Added favicon and meta tags

This commit is contained in:
Alexis
2023-04-30 23:56:04 +02:00
parent e97eb670fa
commit 6700f00da7
10 changed files with 80 additions and 10 deletions

13
public/site.webmanifest Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "Mon d\u00e9put\u00e9",
"short_name": "Mon d\u00e9put\u00e9",
"icons": [
{
"src": "/public/android-chrome-96x96.png",
"sizes": "96x96",
"type": "image/png"
}
],
"theme_color": "#020617",
"background_color": "#020617"
}