mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-12 22:08:48 +00:00
feat(layout): add footer with impressum section
This commit is contained in:
parent
9512c81903
commit
fbc60211c6
6 changed files with 112 additions and 43 deletions
24
src/pages/impressum.astro
Normal file
24
src/pages/impressum.astro
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
---
|
||||
|
||||
<Layout title="Impressum">
|
||||
<h1>Impressum</h1>
|
||||
<p style="margin-bottom: 3rem;">
|
||||
Angaben gemäß § 5 TMG:
|
||||
<br><br>
|
||||
Denis Ergin <br>
|
||||
Albgaustraße 3a <br>
|
||||
76337 Waldbronn
|
||||
<br><br>
|
||||
Kontakt: <br>
|
||||
E-Mail: kontakt@denis-ergin.de
|
||||
</p>
|
||||
<p>
|
||||
Verantwortlich für den Inhalt nach § 55 Abs. 2 RStV:
|
||||
<br>
|
||||
Denis Ergin <br>
|
||||
Albgaustraße 3a <br>
|
||||
76337 Waldbronn
|
||||
</p>
|
||||
</Layout>
|
Loading…
Add table
Add a link
Reference in a new issue