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 + + +
+ +
+ + +