From 25323664449802336c3aae84bd5492732e2a63a8 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 23 Jan 2024 20:49:00 -0500 Subject: Custom 404 --- src/pages/404.astro | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/pages/404.astro (limited to 'src/pages') diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..f6cc185 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,31 @@ +--- +import Layout from '../layouts/Default.astro' +--- + +
+

404

+

Page not found

+

Whoops! You blew up the website!

+
+
+ -- cgit v1.2.3