From dbbd03f21caf7104503827cf7db99de4929996ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=92=E9=85=92=E7=9A=84=E6=9D=8E=E7=99=BD?= <670939375@qq.com> Date: Tue, 2 Jul 2024 23:44:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90404.html=E3=80=91=E5=AE=8C=E6=88=90404?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=89=8D=E7=AB=AF=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/404.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/404.html diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..01307ed --- /dev/null +++ b/templates/404.html @@ -0,0 +1,25 @@ + + + + + + 404 + + + + + +
+
+
+
+
+ 这是404页面 +
+
+
+
+
+ / + + \ No newline at end of file