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

21 lines
1.1 KiB
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;">Allgemeine Geschäftsbedingungen (AGB)</h1>
<section style="background:#fff;padding:20px;border-radius:8px;box-shadow:0 1px 6px rgba(0,0,0,0.04);">
<h2 style="margin-top:0;">1. Geltungsbereich</h2>
<p>Diese AGB regeln die Nutzung der Plattform VeranstaltungsApp zwischen VeranstaltungsApp (Anbieter) und den Nutzern.</p>
<h2 style="margin-top:12px;">2. Leistungen</h2>
<p>Der Anbieter stellt eine Plattform zur Suche, Anzeige und Verwaltung von Veranstaltungen zur Verfügung.</p>
<h2 style="margin-top:12px;">3. Haftung</h2>
<p>Der Anbieter haftet nur bei Vorsatz und grober Fahrlässigkeit. Für Inhalte Dritter übernimmt der Anbieter keine Haftung.</p>
<p style="margin-top:20px;color:#6b7280;font-size:0.9em;">Dies ist eine MusterAGB. Bitte lassen Sie die AGB rechtlich prüfen, bevor Sie diese veröffentlichen.</p>
</section>
</main>
@include('partials.footer')