aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..5a0014c
--- /dev/null
+++ b/index.html
@@ -0,0 +1,15 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <link rel="icon" href="assets/icons/favicon.ico" />
6 <link rel="apple-touch-icon" href="assets/icons/apple-touch-icon.png" sizes="180x180">
7 <link rel="mask-icon" href="assets/icons/logo.svg">
8 <meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover">
9 <title>Homer</title>
10 </head>
11 <body>
12 <div id="app-mount"></div>
13 <script type="module" src="/src/main.js"></script>
14 </body>
15</html>