]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - index.html
Fix icons path
[github/bastienwirtz/homer.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <link rel="icon" href="assets/favicon.ico" />
6 <link rel="apple-touch-icon" href="assets/apple-touch-icon.png" sizes="180x180">
7 <link rel="mask-icon" href="assets/logo.svg" color="#FFFFFF">
8 <meta name="theme-color" content="#3367D6">
9 <meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover">
10 <title>Homer</title>
11 <meta name="description" content="Home Server Dashboard">
12 </head>
13 <body>
14 <div id="app"></div>
15 <script type="module" src="/src/main.js"></script>
16 </body>
17 </html>