From dc7509ffce86d0e45c2a91c9c668b442c2ac53bb Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Fri, 23 Aug 2024 13:06:56 +0200 Subject: [PATCH] :recycle: refactor 404-page Signed-off-by: SindreKjelsrud --- src/pages/404.astro | 21 --------------------- src/pages/404.md | 7 +++++++ 2 files changed, 7 insertions(+), 21 deletions(-) delete mode 100644 src/pages/404.astro create mode 100644 src/pages/404.md diff --git a/src/pages/404.astro b/src/pages/404.astro deleted file mode 100644 index 420e988..0000000 --- a/src/pages/404.astro +++ /dev/null @@ -1,21 +0,0 @@ ---- -import SectionContainer from '../components/SectionContainer.astro'; -import HeaderLink from '../components/HeaderLink.astro'; ---- - -
-

ooops! that's a 404 hehe...

-
-
-
- - diff --git a/src/pages/404.md b/src/pages/404.md new file mode 100644 index 0000000..50c95e6 --- /dev/null +++ b/src/pages/404.md @@ -0,0 +1,7 @@ +--- +title: "404" +description: "ooops! that's a 404 hehe..." +layout: "../layouts/Layout.astro" +--- + +![https://media1.tenor.com/m/vmSP8owuOYYAAAAd/huh-cat-huh-m4rtin.gif](https://media1.tenor.com/m/vmSP8owuOYYAAAAd/huh-cat-huh-m4rtin.gif) \ No newline at end of file