From 70625ce62aba43e586901d340ae81c2830d9fbc6 Mon Sep 17 00:00:00 2001
From: LarsVomMars
Date: Thu, 26 Dec 2024 23:41:15 +0100
Subject: init
---
src/components/Header.astro | 85 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 85 insertions(+)
create mode 100644 src/components/Header.astro
(limited to 'src/components/Header.astro')
diff --git a/src/components/Header.astro b/src/components/Header.astro
new file mode 100644
index 0000000..c9ab99f
--- /dev/null
+++ b/src/components/Header.astro
@@ -0,0 +1,85 @@
+---
+import HeaderLink from './HeaderLink.astro';
+import { SITE_TITLE } from '../consts';
+---
+
+
+
+
+
--
cgit v1.2.3