diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-04-24 05:19:57 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-04-28 00:06:26 +0200 |
| commit | f7f2d1193758bb9d7a2d467f188cf755c8d5ddc9 (patch) | |
| tree | 4c8c0f3df3a67204bb0d16670b360bea6518aa81 /data/index.html | |
| parent | 397286c87dc9aa3cba458973bdc65b3f3be14657 (diff) | |
Removes old data server and cleans up python code
Diffstat (limited to 'data/index.html')
| -rw-r--r-- | data/index.html | 16 |
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> |
