Deployed new layout, Added second page, Added meta information, Compressed images and cleaned folders, Added imprint and privacy links, Changed screenshot and README

This commit is contained in:
2021-05-18 17:24:11 +02:00
parent c6aa110b19
commit e81d6c98c9
41 changed files with 243 additions and 75 deletions

14
static/site.webmanifest Normal file
View File

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