From 1922985aeb9c2abeb8e6b0ff33a226e86d1be43e Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Wed, 13 Mar 2024 15:25:16 +0100 Subject: [PATCH] :sparkles: add 404 page Signed-off-by: Sindre Kjelsrud --- src/pages/404.astro | 21 +++++++++++++++++++++ 1 file changed, 21 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..420e988 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,21 @@ +--- +import SectionContainer from '../components/SectionContainer.astro'; +import HeaderLink from '../components/HeaderLink.astro'; +--- + +
+

ooops! that's a 404 hehe...

+
+
+
+ +