aboutsummaryrefslogtreecommitdiff
path: root/front-end/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/index.html')
-rw-r--r--front-end/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/front-end/index.html b/front-end/index.html
new file mode 100644
index 0000000..be7fc2d
--- /dev/null
+++ b/front-end/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ </head>
+ <body>
+ <noscript>
+ <strong>We're sorry but this site doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
+ </noscript>
+ <div id="app"></div>
+ <script type="module" src="/src/main.ts"></script>
+ </body>
+</html>