chore: add mobile web app meta tag

This commit is contained in:
Your Name
2025-10-13 22:59:30 -06:00
parent aa76e34d69
commit bb337b6641
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
<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="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="styles.css">
<style>

View File

@@ -6,6 +6,7 @@
<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="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">