diff --git a/src/content/404/haiku.mdx b/src/content/404/haiku.mdx
new file mode 100644
index 0000000..26473fc
--- /dev/null
+++ b/src/content/404/haiku.mdx
@@ -0,0 +1,3 @@
+You searched for something.
+It might have once been here.
+But now it’s gone.
diff --git a/src/pages/404.astro b/src/pages/404.astro
new file mode 100644
index 0000000..5ea658a
--- /dev/null
+++ b/src/pages/404.astro
@@ -0,0 +1,33 @@
+---
+import GridLayout from '../layouts/GridLayout.astro';
+
+import PageTitle from '../components/PageTitle.astro';
+import { Verse } from '../components';
+
+import { Content as Haiku } from '../content/404/haiku.mdx';
+import { mapping } from '../mdx-components';
+---
+
+
+ Not Found.
+
+
+
+
+ 404
+
+
+
+