From 6795d72fd97330693e2b7a74f95eb79eb98a0287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hola=E9=9B=B6=E4=B8=80?= Date: Fri, 5 Nov 2021 21:03:20 +0800 Subject: [PATCH] =?UTF-8?q?:lipstick:=20=E5=BC=95=E5=85=A5404=E3=80=81500?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=95=8C=E9=9D=A2=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E6=97=A0=E4=BB=A3=E7=A0=81=E4=B9=9F=E5=8F=AF?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/public/error/404.html | 57 ++++++++++++++++++++++++ src/main/resources/public/error/500.html | 57 ++++++++++++++++++++++++ src/main/resources/static/index.html | 26 ++++++----- 3 files changed, 129 insertions(+), 11 deletions(-) create mode 100644 src/main/resources/public/error/404.html create mode 100644 src/main/resources/public/error/500.html diff --git a/src/main/resources/public/error/404.html b/src/main/resources/public/error/404.html new file mode 100644 index 0000000..9cb80be --- /dev/null +++ b/src/main/resources/public/error/404.html @@ -0,0 +1,57 @@ + + + + + + + 404 Not Found + + + + + + + +
+ + + + +
+

404

+

大事不妙啦!

+

你访问的页面不存在或已被删除~
+

+
+
+ + \ No newline at end of file diff --git a/src/main/resources/public/error/500.html b/src/main/resources/public/error/500.html new file mode 100644 index 0000000..52e95ed --- /dev/null +++ b/src/main/resources/public/error/500.html @@ -0,0 +1,57 @@ + + + + + + + 500 SERVER ERROR + + + + + + + +
+ + + + +
+

500

+

大事不妙啦!

+

服务器错误,请返回重试~
+

+
+
+ + \ No newline at end of file diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index f665266..433b045 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -17,19 +17,23 @@

- -
-
- +
- -
- -
+ + +
+
+