1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

new PWA implementation

This commit is contained in:
Bastien Wirtz 2022-07-03 21:40:47 +02:00
parent c80854cb2d
commit b4207f2782
20 changed files with 1301 additions and 2274 deletions

View file

@ -2,10 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="assets/favicon.ico" />
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png" sizes="180x180">
<meta name="theme-color" content="#3367D6">
<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover">
<meta name="robots" content="noindex">
<title>Homer</title>
<meta name="description" content="Home Server Dashboard">
</head>
<body>
<div id="app"></div>