From 6c20415b55271f7326e86947f049650108f540c7 Mon Sep 17 00:00:00 2001 From: Andy Clifford Date: Thu, 5 Oct 2023 15:30:10 +1300 Subject: [PATCH] 404 Page --- src/pages/404.astro | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 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 000000000..aa6310aae --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,39 @@ +--- +import BaseLayout from '../layouts/BaseLayout.astro'; +--- + + +
+
+

+ 404 +

+

+ Page not found +

+

+ Sorry, we couldn’t find the page you’re looking for. +

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