summaryrefslogtreecommitdiff
path: root/server/web/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'server/web/public/index.html')
-rw-r--r--server/web/public/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/server/web/public/index.html b/server/web/public/index.html
new file mode 100644
index 0000000..dc331ad
--- /dev/null
+++ b/server/web/public/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
+ <meta name="robots" content="noindex" />
+ <meta charset="utf-8" />
+ </head>
+ <body>
+ <noscript>Enable Javascript.</noscript>
+ <div id="root"></div>
+
+ <script type="text/javascript" src="%PUBLIC_URL%/eel.js"></script>
+ </body>
+</html>