aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-07-12 14:07:10 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-07-12 14:07:10 +0200
commiteb030922866f1e753162d99ea6b25a4f4e941b05 (patch)
treeb77969b24a31cdb3547e05bcfda196bf08cc2546 /index.html
parent9582b1871ac63d1e625ccf6c221bd1248a1c9d03 (diff)
downloadhomer-eb030922866f1e753162d99ea6b25a4f4e941b05.tar.gz
homer-eb030922866f1e753162d99ea6b25a4f4e941b05.tar.zst
homer-eb030922866f1e753162d99ea6b25a4f4e941b05.zip
Fix theming issue & subfolder hosting
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index a08e126..5a0014c 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
9 <title>Homer</title> 9 <title>Homer</title>
10 </head> 10 </head>
11 <body> 11 <body>
12 <div id="app"></div> 12 <div id="app-mount"></div>
13 <script type="module" src="/src/main.js"></script> 13 <script type="module" src="/src/main.js"></script>
14 </body> 14 </body>
15</html> 15</html>