add theme-color to index.html
Deploy app frontend / app frontend (push) Failing after 10s

This commit is contained in:
2024-12-08 11:29:36 +02:00
parent ab86a3b8e1
commit e6f6c9d52d
+2
View File
@@ -9,6 +9,8 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="НаСвязи">
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#121212" media="(prefers-color-scheme: dark)" />
</head>
<body>
<div id="app"></div>