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