[TASK] initial commit
This commit is contained in:
commit
057fd849bb
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
bilder/*.jpg
|
||||
BIN
Dokumentation/PRE_HomepageAufbauV2.pdf
Normal file
BIN
Dokumentation/PRE_HomepageAufbauV2.pdf
Normal file
Binary file not shown.
BIN
bilder/logo_farbe.ico
Normal file
BIN
bilder/logo_farbe.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 268 KiB |
15
index.html
Normal file
15
index.html
Normal 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
21
manifest.json
Normal 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"
|
||||
}]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user