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"; +--- + + + + + + 对不起,您请求的页面不存在哦。 + Sorry, the page you are requesting for doesn't exists. + + + + +