diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 000000000..3b7f418e5 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,56 @@ +--- +import Layout from "@/layouts/Layout.astro"; +import MainGridLayout from "@/layouts/MainGridLayout.astro"; +import { Icon } from "astro-icon/components"; +import { siteConfig } from "@/config"; +--- + + + +
+ +
+
+
+ 404 +
+
+ +
+
+
+ + +
+

+ 页面走丢了 +

+

+ 抱歉,您访问的页面不存在或已被移动。 +
+ 请检查URL是否正确,或者返回首页继续浏览。 +

+ + + +
+ + +
+

+ + 您也可以使用浏览器的后退按钮返回上一页 +

+
+
+
+
\ No newline at end of file