Fix #48: Dateien an korrekte Orte im Projekt verschieben #52
@@ -41,9 +41,7 @@ jobs:
|
|||||||
--exclude='nginx.conf' \
|
--exclude='nginx.conf' \
|
||||||
--exclude='eslint.config.js' \
|
--exclude='eslint.config.js' \
|
||||||
--exclude='package.json' \
|
--exclude='package.json' \
|
||||||
--exclude='docker-preview.png' \
|
--exclude='docs/' \
|
||||||
--exclude='page-preview.png' \
|
|
||||||
--exclude='screenshot-landingpage*' \
|
|
||||||
--exclude='AGENTS.md' \
|
--exclude='AGENTS.md' \
|
||||||
--exclude='README.md' \
|
--exclude='README.md' \
|
||||||
./ /deploy/
|
./ /deploy/
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ Statische Landingpage für **Haus Schleusingen**.
|
|||||||
Das Projekt basiert auf reinem HTML, CSS und JavaScript und wird über einen Nginx-Container ausgeliefert.
|
Das Projekt basiert auf reinem HTML, CSS und JavaScript und wird über einen Nginx-Container ausgeliefert.
|
||||||
|
|
||||||
<div align="right">
|
<div align="right">
|
||||||
<a href="screenshot-landingpage.png">
|
<a href="docs/screenshot-landingpage.png">
|
||||||
<img src="screenshot-landingpage-thumb.png" alt="Screenshot der Landingpage – Haus Schleusingen" width="300" />
|
<img src="docs/screenshot-landingpage-thumb.png" alt="Screenshot der Landingpage – Haus Schleusingen" width="300" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 851 B |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Haus Schleusingen",
|
|
||||||
"short_name": "HS",
|
|
||||||
"icons": [
|
|
||||||
{ "src": "/bilder/favicon/favicon-32x32.png", "sizes": "32x32", "type": "image/png" },
|
|
||||||
{ "src": "/bilder/favicon/favicon-16x16.png", "sizes": "16x16", "type": "image/png" }
|
|
||||||
],
|
|
||||||
"theme_color": "#1c1917",
|
|
||||||
"background_color": "#fafaf9"
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 338 KiB After Width: | Height: | Size: 338 KiB |
|
Before Width: | Height: | Size: 2.8 MiB After Width: | Height: | Size: 2.8 MiB |
@@ -1,3 +0,0 @@
|
|||||||
User-agent: *
|
|
||||||
Allow: /
|
|
||||||
Sitemap: https://haus-schleusingen.de/haus-schleusingen.html
|
|
||||||