]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - index.html
Bump follow-redirects from 1.15.2 to 1.15.4
[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/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>