diff options
| author | Leo Goetz <dev@leogtz.de> | 2026-05-08 15:37:39 +0200 |
|---|---|---|
| committer | Leo Goetz <dev@leogtz.de> | 2026-05-08 15:37:39 +0200 |
| commit | d4f98e2d1f85fbdffa2470071e22bba2dacc00c0 (patch) | |
| tree | 02aff46bd5791d1eddca4432f89bc44945b8b033 /src/pages/impressum.astro | |
Diffstat (limited to 'src/pages/impressum.astro')
| -rw-r--r-- | src/pages/impressum.astro | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/pages/impressum.astro b/src/pages/impressum.astro new file mode 100644 index 0000000..db64e17 --- /dev/null +++ b/src/pages/impressum.astro @@ -0,0 +1,25 @@ +--- +import Layout from "../layouts/Layout.astro"; +--- + +<Layout> + <h1>Impressum</h1> + <div> + <h2>Inhalte gemäß §5 DDG</h2> + <p>Leo Götz</p> + <p>c/o IP-Management #9337</p> + <p>Ludwig-Erhard-Straße 18</p> + <p>20459 Hamburg</p> + </div> + <div> + <h2>Kontaktdaten</h2> + <p>E-mail: me [at] leogtz.de</p> + </div> + <div> + <h2>Redaktionell verantwortlich</h2> + <p>Leo Götz</p> + <p>c/o IP-Management #9337</p> + <p>Ludwig-Erhard-Straße 18</p> + <p>20459 Hamburg</p> + </div> +</Layout> |
