Fix deprecated meta directive

This commit is contained in:
Ettore
2026-05-10 22:38:25 +02:00
parent d51141ceef
commit 876e44272b

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#018133ff" /> <meta name="theme-color" content="#018133ff" />
<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" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>Lagomare Gates</title> <title>Lagomare Gates</title>
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="/manifest.json" />