summaryrefslogtreecommitdiffstats
path: root/webapp/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/index.html')
-rw-r--r--webapp/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/webapp/index.html b/webapp/index.html
new file mode 100644
index 0000000..a7ac8cb
--- /dev/null
+++ b/webapp/index.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
+ <link rel="icon" href="/static/favicon.ico"/>
+ <title>Dashboard</title>
+ <meta name="theme-color" content="#0195ff" />
+ <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" type="text/css">
+ </head>
+ <body>
+ <div id="app"></div>
+ <!-- built files will be auto injected -->
+ </body>
+</html>