From 0130ac689e1d6a2871faff60df32a1cb1708b118 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Wed, 25 Jun 2025 19:06:43 +0200 Subject: [PATCH] chore: Redo 404-page to not use gif Signed-off-by: SindreKjelsrud --- src/pages/404.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/pages/404.md b/src/pages/404.md index 50c95e6..29df01c 100644 --- a/src/pages/404.md +++ b/src/pages/404.md @@ -4,4 +4,13 @@ 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 +```bash + ------------------- +< this site not exist > + ------------------- + \ ^__^ + \ (oo)\_______ + (__)\ )\/\\ + ||----w | + || || +``` \ No newline at end of file