27 lines
514 B
PHP
27 lines
514 B
PHP
<?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>
|