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/components/Navbar.astro | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/components/Navbar.astro (limited to 'src/components/Navbar.astro') diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro new file mode 100644 index 0000000..ec561bb --- /dev/null +++ b/src/components/Navbar.astro @@ -0,0 +1,20 @@ +--- +import { Image } from "astro:assets"; +import logo from "../../public/logo.png"; +--- + +
+ GTZ Logo + +
-- cgit v1.3.1