[TASK] initial commit

This commit is contained in:
2020-04-10 14:39:43 +02:00
commit 057fd849bb
7 changed files with 37 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
bilder/*.jpg
Binary file not shown.
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ferienwohnung "Wanderlust"</title>
<link rel="manifest" href="manifest.json">
</head>
<body>
</body>
</html>
+21
View File
@@ -0,0 +1,21 @@
{
"name": "Ferienwohnung 'Wanderlust'",
"short_name": "Ferienwohnung",
"start_url": ".",
"display": "standalone",
"background_color": "#bdf787",
"theme_color": "#bdf787",
"dir": "rtl",
"lang": "de",
"description": "Eine einfach lesbare Hacker News App.",
"icons": [{
"src": "bilder/logo_farbe.ico",
"sizes": "48x48 128x128"
}],
"related_applications": [{
"platform": "Web"
}, {
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=cheeaun.hackerweb"
}]
}
View File