feat(icons): add favicon and apple-touch-icon links across all pages

Added favicon, apple-touch-icon, and related meta tags to all HTML pages to ensure consistent branding and improve user experience on various platforms.
This commit is contained in:
Sergey Krashevich
2024-05-09 06:20:20 +03:00
parent 122a550599
commit e71ed5e7eb
10 changed files with 74 additions and 2 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone"
}