From 9d56874c4b1128712fe45de7d58d7d6b87dda08f Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Sun, 29 Mar 2026 01:20:06 +0200 Subject: [PATCH] add 404 page --- src/pages/404.astro | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 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..15e2ada --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,38 @@ +--- +import BaseLayout from "@/layouts/BaseLayout.astro"; +import "@/styles/global.css"; +--- + + +
+ Marisa +
+

对不起,您请求的页面不存在哦。

+

Sorry, the page you are requesting for doesn't exists.

+
+
+
+ +