diff --git a/src/pages/404.astro b/src/pages/404.astro
deleted file mode 100644
index 420e988..0000000
--- a/src/pages/404.astro
+++ /dev/null
@@ -1,21 +0,0 @@
----
-import SectionContainer from '../components/SectionContainer.astro';
-import HeaderLink from '../components/HeaderLink.astro';
----
-
-
- ooops! that's a 404 hehe...
-
-
-
-
-
diff --git a/src/pages/404.md b/src/pages/404.md
new file mode 100644
index 0000000..50c95e6
--- /dev/null
+++ b/src/pages/404.md
@@ -0,0 +1,7 @@
+---
+title: "404"
+description: "ooops! that's a 404 hehe..."
+layout: "../layouts/Layout.astro"
+---
+
+
\ No newline at end of file