feat: add pwa support
This commit is contained in:
@@ -4,7 +4,14 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Weltze.it — Alle Zeitzonen im Blick</title>
|
||||
<meta name="theme-color" content="#0f172a">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="manifest" href="manifest.webmanifest">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="icons/icon-192.png">
|
||||
<link rel="icon" type="image/png" sizes="512x512" href="icons/icon-512.png">
|
||||
<link rel="apple-touch-icon" href="icons/icon-192.png">
|
||||
<script defer src="https://umami.due.ren/script.js" data-website-id="4692d3ad-c36a-4fb9-a7f0-182a8fe72a0b"></script>
|
||||
</head>
|
||||
<body>
|
||||
@@ -51,7 +58,7 @@
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<p>Mit ♥ von <a href="https://andreas.due.ren">Andreas Dueren</a> gebaut · Open Source unter der <a href="LICENSE">MIT-Lizenz</a></p>
|
||||
<p>Mit ♥ von <a href="https://andreas.due.ren">Andreas Dueren</a> gebaut · Quellcode auf <a href="https://git.due.ren/andreas/weltze.it">git.due.ren/andreas/weltze.it</a></p>
|
||||
</footer>
|
||||
|
||||
<script src="zones.js"></script>
|
||||
|
Reference in New Issue
Block a user