diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..ce5e6ae --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,41 @@ +--- +import Layout from "@layouts/Layout.astro"; +import Header from "@components/Header.astro"; +import Footer from "@components/Footer.astro"; +import LinkButton from "@components/LinkButton.astro"; +--- + + +
+ +
+
+

404

+ ¯\_(ツ)_/¯ +

Page Not Found

+ + Go back home + +
+
+ +