Neu: AGB-Seite + Impressum/Datenschutz aktualisiert (SW by-v985)

- Neue Seite agb.js mit 11 Abschnitten (Laufzeit, Zahlung, Widerruf etc.)
- Datenschutz: 'Abonnement & Kündigung' → 'Zahlungsdaten' (DSGVO-Fokus), DDG-Hinweis ergänzt
- Impressum: ODR-Link entfernt (EU-Plattform eingestellt 2025), Telefon-Pflichthinweis nach §5 DDG, Stand Mai 2026
- AGB-Link in alle Footer (index.html, landing.html, zuechter.html, welcome.js)
- page-section #page-agb in index.html, Route 'agb' in app.js ROUTES
This commit is contained in:
rene 2026-05-15 16:21:04 +02:00
parent d20e63496c
commit d7f7a7e454
9 changed files with 181 additions and 32 deletions

View file

@ -167,6 +167,8 @@ window.Page_welcome = (() => {
<a href="/#impressum" style="color:var(--c-text-muted)">Impressum</a>
&nbsp;·&nbsp;
<a href="/#datenschutz" style="color:var(--c-text-muted)">Datenschutz</a>
&nbsp;·&nbsp;
<a href="/#agb" style="color:var(--c-text-muted)">AGB</a>
</p>
</div>
`;