mirror of
https://github.com/NovaOSS/nova-web.git
synced 2024-11-26 00:33:58 +01:00
19 lines
631 B
HTML
19 lines
631 B
HTML
|
{% include 'parts/begin.html' %}
|
||
|
|
||
|
<main>
|
||
|
<h1>Impressum (Imprint)</h1>
|
||
|
<p>
|
||
|
<s>My name is Walter Hartwell White. I live at 308 Negra Arroyo Lane, Albuquerque, New Mexico, 87104.</s>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
Hierbei handelt es sich gemäß § 5 TMG um eine private Internetseite für Freunde und Bekannte ohne kommerzielle Interessen.
|
||
|
Entsprechend entfällt die <a target="_blank" href="https://www.bmuv.de/themen/verbraucherschutz-im-bmuv/digitaler-verbraucherschutz/impressumspflicht#c66866">
|
||
|
Notwendigkeit
|
||
|
</a>
|
||
|
eines Impressums.
|
||
|
</p>
|
||
|
</main>
|
||
|
|
||
|
{% include 'parts/end.html' %}
|