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/components/Footer.astro | |
Diffstat (limited to 'src/components/Footer.astro')
| -rw-r--r-- | src/components/Footer.astro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro new file mode 100644 index 0000000..f2f265f --- /dev/null +++ b/src/components/Footer.astro @@ -0,0 +1,4 @@ +<footer class="flex justify-center gap-5"> + <a href="/impressum">Impressum</a> + <a href="/datenschutz">Datenschutz</a> +</footer> |
