From f40858ffcbf6ba9b01f40e29103083feb1d5df3a Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 21 Feb 2024 22:58:37 +0000 Subject: [PATCH] Builds simple 404 page --- web/src/pages/404.astro | 98 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 web/src/pages/404.astro diff --git a/web/src/pages/404.astro b/web/src/pages/404.astro new file mode 100644 index 0000000..9d800ab --- /dev/null +++ b/web/src/pages/404.astro @@ -0,0 +1,98 @@ +--- + +import Layout from '@layouts/Layout.astro'; +import Buton from '@components/form/Button.astro'; + +--- + + + +
+

404

+

Page not found 😢

+

+ It seems this page doesn't exist (yet). We're sorry about that. +

+ Go back home + + +
+ +
+ + +