Update index.html

This commit is contained in:
leonhoppe
2024-09-04 10:40:09 +02:00
committed by GitHub
parent 7132073efe
commit ca9f0cf5aa

View File

@@ -15,8 +15,8 @@
<link rel="icon" type="image/png" href="assets/icon/favicon.png"/> <link rel="icon" type="image/png" href="assets/icon/favicon.png"/>
<!-- add to homescreen for ios --> <!-- add to homescreen for ios -->
<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"/> <meta name="mobile-web-app-status-bar-style" content="black"/>
<link rel="manifest" href="manifest.webmanifest"> <link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2"> <meta name="theme-color" content="#1976d2">
</head> </head>