From 72faeba89170a1c25a542327db75b9af51344b40 Mon Sep 17 00:00:00 2001 From: leafus Date: Mon, 22 Jul 2024 14:04:28 +0200 Subject: [PATCH] add 404 page --- src/pages/404.astro | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 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..58327f4 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,37 @@ +--- +import Layout from "@/layouts/Global.astro"; +import { Icon } from "astro-icon/components" +--- + + +
+
+ +
+ +
+
404 Not Found
+
+ (╯°□°)╯ ┻━┻ +
+
+
+
+ + \ No newline at end of file