From d4f98e2d1f85fbdffa2470071e22bba2dacc00c0 Mon Sep 17 00:00:00 2001 From: Leo Goetz Date: Fri, 8 May 2026 15:37:39 +0200 Subject: inital commit --- src/pages/impressum.astro | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/pages/impressum.astro (limited to 'src/pages/impressum.astro') 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"; +--- + + +

Impressum

+
+

Inhalte gemäß §5 DDG

+

Leo Götz

+

c/o IP-Management #9337

+

Ludwig-Erhard-Straße 18

+

20459 Hamburg

+
+
+

Kontaktdaten

+

E-mail: me [at] leogtz.de

+
+
+

Redaktionell verantwortlich

+

Leo Götz

+

c/o IP-Management #9337

+

Ludwig-Erhard-Straße 18

+

20459 Hamburg

+
+
-- cgit v1.3.1