]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - index.html
Release 24.04.1
[github/bastienwirtz/homer.git] / index.html
index d6f51df168fb70116c6a02918d0161770a5349a2..5a0014cbe4ea218f08aef1678a341e1911d73417 100644 (file)
@@ -2,13 +2,14 @@
 <html lang="en">
   <head>
     <meta charset="UTF-8" />
-    <link rel="icon" href="/favicon.ico" />
+    <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">
-    <meta name="robots" content="noindex">
     <title>Homer</title>
   </head>
   <body>
-    <div id="app"></div>
+    <div id="app-mount"></div>
     <script type="module" src="/src/main.js"></script>
   </body>
 </html>