]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - index.html
Release 24.04.1
[github/bastienwirtz/homer.git] / index.html
index 030a6ff51bfc6f6adcc472f6d8c02db92ce947a8..5a0014cbe4ea218f08aef1678a341e1911d73417 100644 (file)
@@ -2,12 +2,14 @@
 <html lang="en">
   <head>
     <meta charset="UTF-8" />
-    <link rel="icon" href="/favicon.ico" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Vite App</title>
+    <link rel="icon" href="assets/icons/favicon.ico" />
+    <link rel="apple-touch-icon" href="assets/icons/apple-touch-icon.png" sizes="180x180">
+    <link rel="mask-icon" href="assets/icons/logo.svg">
+    <meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover">
+    <title>Homer</title>
   </head>
   <body>
-    <div id="app"></div>
+    <div id="app-mount"></div>
     <script type="module" src="/src/main.js"></script>
   </body>
 </html>