]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - index.html
Uniform workflow yaml style
[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">
73d52dbd 7 <link rel="mask-icon" href="assets/logo.svg" color="#FFFFFF">
b4207f27 8 <meta name="theme-color" content="#3367D6">
c80854cb 9 <meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover">
c80854cb 10 <title>Homer</title>
b4207f27 11 <meta name="description" content="Home Server Dashboard">
cbbed634
BW
12 </head>
13 <body>
14 <div id="app"></div>
15 <script type="module" src="/src/main.js"></script>
16 </body>
17</html>