Add clan logo (favicon), fix long Ataraxy title

Code for logo as landing image.
This commit is contained in:
2019-11-26 04:19:22 -05:00
parent 9abfcf4b56
commit 49b91f1b6e
20 changed files with 157 additions and 3 deletions

14
static/site.webmanifest Normal file
View File

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