diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-07-03 21:40:47 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-07-03 21:40:47 +0200 |
commit | b4207f27821617d83e4cf018c169ca3bac30fda1 (patch) | |
tree | afbb854e25521362571c34996bd357629838127c /index.html | |
parent | c80854cb2d1e4ee0f96e8e5185b466b6c06c5416 (diff) | |
download | homer-b4207f27821617d83e4cf018c169ca3bac30fda1.tar.gz homer-b4207f27821617d83e4cf018c169ca3bac30fda1.tar.zst homer-b4207f27821617d83e4cf018c169ca3bac30fda1.zip |
new PWA implementation
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,10 +2,12 @@ | |||
2 | <html lang="en"> | 2 | <html lang="en"> |
3 | <head> | 3 | <head> |
4 | <meta charset="UTF-8" /> | 4 | <meta charset="UTF-8" /> |
5 | <link rel="icon" href="/favicon.ico" /> | 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"> | ||
6 | <meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover"> | 8 | <meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover"> |
7 | <meta name="robots" content="noindex"> | ||
8 | <title>Homer</title> | 9 | <title>Homer</title> |
10 | <meta name="description" content="Home Server Dashboard"> | ||
9 | </head> | 11 | </head> |
10 | <body> | 12 | <body> |
11 | <div id="app"></div> | 13 | <div id="app"></div> |