From 261d89ebed13691e72312f44339063fee93130ac Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 30 Mar 2024 16:32:17 +0000 Subject: Astro initial commit --- src/pages/error.astro | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/pages/error.astro (limited to 'src/pages/error.astro') diff --git a/src/pages/error.astro b/src/pages/error.astro new file mode 100644 index 0000000..fc84122 --- /dev/null +++ b/src/pages/error.astro @@ -0,0 +1,14 @@ +--- +import Page from '../layouts/Page.astro'; +--- + + +
+

Got lost?

+ +

+ If you’re on this page, something’s probably gone wrong. Try going to + my homepage instead. +

+
+
-- cgit v1.2.3