aboutsummaryrefslogtreecommitdiff
path: root/data/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/index.html')
-rw-r--r--data/index.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/data/index.html b/data/index.html
deleted file mode 100644
index 2283801..0000000
--- a/data/index.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <link rel="icon" href="data:image/png;base64,iVBORw0KGgo=" />
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width,initial-scale=1.0" />
- <title>Salis data server</title>
- </head>
- <body>
- <div id="app"><App /></div>
- <script src="./vendor/plotly.min.js"></script>
- <script src="./vendor/vue@latest"></script>
- <script src="./vendor/vue3-sfc-loader"></script>
- <script src="./js/vue-app.js"></script>
- </body>
-</html>