adasd
All checks were successful
Deploy / deploy (push) Successful in 45s

This commit is contained in:
2026-07-17 01:35:10 +02:00
parent 6fae7246ff
commit e010a1466c
5 changed files with 43 additions and 38 deletions

26
public/page/impressum.php Normal file
View File

@@ -0,0 +1,26 @@
<?php
declare(strict_types=1);
?>
<main class="container section legal-page">
<h1>Impressum</h1>
<p>
Lars Gebhardt-Kusche<br>
Hammerstraße 47B<br>
14167 Berlin
</p>
<h2>Kontakt</h2>
<p>
Telefon: +49 (171) 33 10 538<br>
E-Mail: <a href="mailto:rechtliches@papa-kind-treff.info">rechtliches@papa-kind-treff.info</a>
</p>
<h2>Verantwortlich für den Inhalt nach § 18 Abs. 2 MStV</h2>
<p>
Lars Gebhardt-Kusche<br>
Hammerstraße 47B<br>
14167 Berlin
</p>
</main>