From d4eab1ff131c9342213f2dcc9b3c6383c7de41dd Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 2 Oct 2024 22:46:00 +0000 Subject: Add 404 page --- src/pages/404.astro | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/pages/404.astro (limited to 'src/pages/404.astro') diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..e140464 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,18 @@ +--- +import Layout from "../layouts/BaseLayout.astro"; +--- + + +
+

404

+

Page not found

+

+ + If you see this message, please + + let me know + + +

+
+
-- cgit v1.2.3