feat(legal): add impressum and datenschutz pages
All checks were successful
Deploy Feature Branch to Test / deploy (push) Successful in 23s

Fix #29: Create impressum.html with full §5 TMG details and
datenschutz.html with DSGVO-compliant privacy policy.
Fix footer links in main page. Both pages use landingpage design,
have meta robots noindex, and are responsive.
This commit is contained in:
2026-05-14 16:33:33 +00:00
parent 143962a0fa
commit 0995684989
3 changed files with 410 additions and 2 deletions

View File

@@ -592,8 +592,8 @@
<footer>
<div class="footer-logo">Bahnhofstraße 10 · Schleusingen</div>
<div class="footer-links">
<a href="/impressum" target="_blank">Impressum</a>
<a href="/datenschutz" target="_blank">Datenschutz</a>
<a href="impressum.html">Impressum</a>
<a href="datenschutz.html">Datenschutz</a>
</div>
</footer>