diff --git a/src/components/Header.astro b/src/components/Header.astro
new file mode 100644
index 0000000..f5560d4
--- /dev/null
+++ b/src/components/Header.astro
@@ -0,0 +1,13 @@
+---
+interface Props {
+ className?: string | null;
+}
+const { className } = Astro.props;
+---
+
\ No newline at end of file
diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro
index 33b4e78..28f7387 100644
--- a/src/layouts/Base.astro
+++ b/src/layouts/Base.astro
@@ -1,6 +1,7 @@
---
import '@styles/global.scss';
import '@styles/fonts.scss';
+import Header from '@components/Header.astro';
import { ViewTransitions } from 'astro:transitions';
const repository_url = `https://github.com/${import.meta.env.PUBLIC_VERCEL_GIT_REPO_OWNER}/${import.meta.env.PUBLIC_VERCEL_GIT_REPO_SLUG}`
@@ -28,7 +29,7 @@ const titleTag = title != undefined ? `${title} | undefined.behavio.rs` : 'undef
-
+
@@ -49,13 +50,7 @@ const titleTag = title != undefined ? `${title} | undefined.behavio.rs` : 'undef
-
-
- undefined behaviors
- undefined behaviors
- undefined behaviors
-
-
+