Big update, adding favicons and minor changes to server and webpage styling

This commit is contained in:
2017-02-19 10:36:35 +01:00
parent 2b0712364c
commit e75971e2dd
305 changed files with 461 additions and 13 deletions

View File

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