From 832b67e081183e9c523036676b974a49277b980c Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 31 May 2025 18:08:41 -0500 Subject: [PATCH] feat: 404 --- src/pages/404.astro | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/pages/404.astro diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..5600fb9 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,43 @@ +--- +import BaseLayout from "../layouts/BaseLayout.astro"; +--- + + +
+

404

+
+
+ + + + + \ No newline at end of file