fix: properly support pwa

This commit is contained in:
2026-08-21 17:37:07 +02:00
parent 10aefdd655
commit f8df8e224c
2 changed files with 15 additions and 0 deletions
+5
View File
@@ -3,9 +3,14 @@
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="theme-color" content="#0a0e1a">
<meta name="color-scheme" content="dark">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="dttmr">
<title>dttmr</title>
</head>
<body>