diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-03-21 01:36:24 +0100 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-04-06 21:10:08 +0200 |
| commit | 902c660a10e654ebc96e40cfab7d09d36b7a77ac (patch) | |
| tree | c1319ce83b8fec7a6e8df37d160bc1ae1b981c95 /data/index.html | |
| parent | 9f7e70904e6c0fa650323ac5e50ebf6003da333c (diff) | |
Adds data server
Diffstat (limited to 'data/index.html')
| -rw-r--r-- | data/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/index.html b/data/index.html new file mode 100644 index 0000000..2283801 --- /dev/null +++ b/data/index.html @@ -0,0 +1,16 @@ +<!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> |
