From cfbc5718ca64b11df4f7c04db15f3dea66767019 Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Sat, 20 Mar 2021 16:37:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/error/403.html | 28 ++++++++++++++++++++++++ src/main/resources/static/error/404.html | 28 ++++++++++++++++++++++++ src/main/resources/static/error/500.html | 28 ++++++++++++++++++++++++ 3 files changed, 84 insertions(+) create mode 100644 src/main/resources/static/error/403.html create mode 100644 src/main/resources/static/error/404.html create mode 100644 src/main/resources/static/error/500.html diff --git a/src/main/resources/static/error/403.html b/src/main/resources/static/error/403.html new file mode 100644 index 0000000..968c540 --- /dev/null +++ b/src/main/resources/static/error/403.html @@ -0,0 +1,28 @@ + + + + + + + + + + + + +
+
+ +
+ 权限不足 +

+ 4 + 0 + 3 +

+
+
+
+ + + diff --git a/src/main/resources/static/error/404.html b/src/main/resources/static/error/404.html new file mode 100644 index 0000000..d228278 --- /dev/null +++ b/src/main/resources/static/error/404.html @@ -0,0 +1,28 @@ + + + + + + + + + + + + +
+
+ +
+ 无法访问 +

+ 4 + 0 + 4 +

+
+
+
+ + + diff --git a/src/main/resources/static/error/500.html b/src/main/resources/static/error/500.html new file mode 100644 index 0000000..057d874 --- /dev/null +++ b/src/main/resources/static/error/500.html @@ -0,0 +1,28 @@ + + + + + + + + + + + + +
+
+ +
+ 系统错误 +

+ 4 + 0 + 5 +

+
+
+
+ + +