+ + you found me + +
+ + I am trapped inside of this website + +
diff --git a/src/pages/404.astro b/src/pages/404.astro
new file mode 100644
index 0000000..dbf2e07
--- /dev/null
+++ b/src/pages/404.astro
@@ -0,0 +1,36 @@
+---
+import BaseHead from "../components/BaseHead.astro";
+import Header from "../components/Header.astro";
+import Footer from "../components/Footer.astro";
+import ColorScript from "../components/ColorScript.astro";
+import Tags from "../components/Tags.astro";
+import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
+import getTags from "../scripts/getTags";
+
+const posts = await Astro.glob("../posts/*.md");
+
+const tags = getTags(posts);
+---
+
+
+
+