From b49a5c659d38341d91e21244164948d7da957920 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sat, 13 Aug 2022 03:02:22 -0400 Subject: [PATCH] Add 404.astro page --- src/pages/404.astro | 20 ++++++++++++++++++++ 1 file changed, 20 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..208b77f --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,20 @@ +--- +import Layout from "~/layouts/Empty.astro"; +--- + + +
+
+
+
+

+ Error404 +

+

Sorry, we couldn't find this page.

+

But dont worry, you can find plenty of other things on our homepage.

+ Back to homepage +
+
+
+
+
\ No newline at end of file