💄 Ajoute pure CSS & les favicons

This commit is contained in:
2019-09-19 17:17:22 +02:00
parent ade7ab4dec
commit 983e025f5f
14 changed files with 780 additions and 6 deletions

19
public/site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}