]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - index.html
Bump follow-redirects from 1.15.2 to 1.15.4
[github/bastienwirtz/homer.git] / index.html
CommitLineData
cbbed634
BW
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5609315f
BW
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">
c80854cb 8 <meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover">
c80854cb 9 <title>Homer</title>
cbbed634
BW
10 </head>
11 <body>
eb030922 12 <div id="app-mount"></div>
cbbed634
BW
13 <script type="module" src="/src/main.js"></script>
14 </body>
15</html>