aboutsummaryrefslogtreecommitdiff
path: root/data/index.html
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-04-24 05:19:57 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-05-04 02:23:18 +0200
commit8401fde7b1d10dc4c1ce9117c1eda7a21067778b (patch)
treeefde273443fd4591df3b4e1a270f61185f9f09e0 /data/index.html
parent397286c87dc9aa3cba458973bdc65b3f3be14657 (diff)
Removes old data server and cleans up python code
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>