From ea000a2eca3d89f7460b875ce6109854cdecfcd4 Mon Sep 17 00:00:00 2001 From: Guoqi Sun Date: Sun, 22 Dec 2024 16:43:38 +0800 Subject: [PATCH] feat: add 404 not found page --- src/pages/404.astro | 18 ++++++++++++++++++ 1 file changed, 18 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..a956a2e --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,18 @@ +--- +import MainLayout from "~/layouts/main.astro" +--- + + +
+
+

404

+ +
+
Oops! Page not found
+

+ The page you're looking for doesn't exist or has been moved. +

+
+
+
+