From 1e83a3ed32fdc38407609c489046868e026645e9 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 11 Dec 2024 20:41:41 -0500 Subject: [PATCH] Create 404 page --- src/pages/404.mdx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/pages/404.mdx diff --git a/src/pages/404.mdx b/src/pages/404.mdx new file mode 100644 index 0000000..fe7d37c --- /dev/null +++ b/src/pages/404.mdx @@ -0,0 +1,6 @@ +--- +layout: "@layouts/Splash.astro" +Title: "Error 404 - Page not found" +SecondaryText: "Go Back Home" +SecondaryLink: "/" +--- \ No newline at end of file