[TASK] initial commit

This commit is contained in:
Christian Seyfferth 2020-04-10 14:39:43 +02:00
commit 057fd849bb
7 changed files with 37 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
bilder/*.jpg

Binary file not shown.

0
README.md Normal file
View File

BIN
bilder/logo_farbe.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

15
index.html Normal file
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
manifest.json Normal file
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"
}]
}

0
style.css Normal file
View File