24 lines
935 B
PHP
24 lines
935 B
PHP
@include('partials.header')
|
||
|
||
<main style="max-width:1100px;margin:40px auto;padding:0 20px;">
|
||
<h1 style="font-size:2rem;margin-bottom:16px;">Impressum</h1>
|
||
|
||
<section style="background:#fff;padding:20px;border-radius:8px;box-shadow:0 1px 6px rgba(0,0,0,0.04);">
|
||
<p><strong>Angaben gemäß § 5 TMG:</strong></p>
|
||
<p>Veranstaltungs‑App<br>
|
||
Musterstraße 1<br>
|
||
12345 Musterstadt</p>
|
||
|
||
<p><strong>Kontakt:</strong><br>
|
||
Telefon: +49 (0)123 456789<br>
|
||
E‑Mail: support@veranstaltungen.app</p>
|
||
|
||
<h2 style="margin-top:16px;">Vertretungsberechtigte(r)</h2>
|
||
<p>Max Mustermann</p>
|
||
|
||
<p style="margin-top:20px;color:#6b7280;font-size:0.9em;">Hinweis: Dieses Impressum ist ein Platzhalter. Prüfen Sie bitte die rechtlichen Anforderungen und ergänzen Sie ggf. Angaben wie USt‑ID, Handelsregister etc.</p>
|
||
</section>
|
||
</main>
|
||
|
||
@include('partials.footer')
|