update pwa stuff

This commit is contained in:
2025-05-10 23:42:31 +01:00
parent 5ae4f7ff99
commit 5b11ad9f4b
2 changed files with 6 additions and 3 deletions

View File

@@ -4,10 +4,13 @@
<head>
<title>7am Weather</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="manifest" href="/manifest.json">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap" rel="stylesheet">
<link href="./style.css" rel="stylesheet">
<link href="/style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>