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, 16 insertions, 0 deletions
diff --git a/data/index.html b/data/index.html
new file mode 100644
index 0000000..25aaef6
--- /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="./js/plotly.min.js"></script>
+ <script src="./js/vue@latest.js"></script>
+ <script src="./js/vue3-sfc-loader.js"></script>
+ <script src="./js/vue-app.js"></script>
+ </body>
+</html>