Veranstaltungen-APP/resources/views/legal/impressum.blade.php
2026-04-14 18:28:26 +02:00

24 lines
935 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@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>VeranstaltungsApp<br>
Musterstraße 1<br>
12345 Musterstadt</p>
<p><strong>Kontakt:</strong><br>
Telefon: +49 (0)123 456789<br>
EMail: 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 UStID, Handelsregister etc.</p>
</section>
</main>
@include('partials.footer')