diff --git a/src/pages/404.astro b/src/pages/404.astro
new file mode 100644
index 0000000..420e988
--- /dev/null
+++ b/src/pages/404.astro
@@ -0,0 +1,21 @@
+---
+import SectionContainer from '../components/SectionContainer.astro';
+import HeaderLink from '../components/HeaderLink.astro';
+---
+
+
+ ooops! that's a 404 hehe...
+
+
+
+
+