From 7a4beecbbde383704d26eb4ce1a3548e178a02a2 Mon Sep 17 00:00:00 2001 From: Jackson Dou Date: Tue, 23 Aug 2022 00:42:28 +0800 Subject: [PATCH] UPDATE --- README.md | 2 +- error/400.html | 12 ++++++++++++ error/401.html | 12 ++++++++++++ error/403.html | 12 ++++++++++++ error/404.html | 12 ++++++++++++ error/503.html | 12 ++++++++++++ 6 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 error/400.html create mode 100644 error/401.html create mode 100644 error/403.html create mode 100644 error/404.html create mode 100644 error/503.html diff --git a/README.md b/README.md index 7106e45..0facbb6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A simple Content Management System for Reseller of MyOwnFreeHost * Official Site : [uiisc.com](http://uiisc.com "UIISC") -* Author : [doudoudzj](https://github.com/doudoudzj "doudoudzj") +* Author : [Jackson Dou](https://github.com/jksdou "jksdou") ## Functions diff --git a/error/400.html b/error/400.html new file mode 100644 index 0000000..cc72a62 --- /dev/null +++ b/error/400.html @@ -0,0 +1,12 @@ + + + + + + + 400 Bad Request + + + 400 Bad Request + + \ No newline at end of file diff --git a/error/401.html b/error/401.html new file mode 100644 index 0000000..c956b07 --- /dev/null +++ b/error/401.html @@ -0,0 +1,12 @@ + + + + + + + 401 Unauthorized + + + 401 Unauthorized + + \ No newline at end of file diff --git a/error/403.html b/error/403.html new file mode 100644 index 0000000..157b512 --- /dev/null +++ b/error/403.html @@ -0,0 +1,12 @@ + + + + + + + 403 Forbidden + + + 403 Forbidden + + \ No newline at end of file diff --git a/error/404.html b/error/404.html new file mode 100644 index 0000000..52ad623 --- /dev/null +++ b/error/404.html @@ -0,0 +1,12 @@ + + + + + + + 404 页面不存在 + + + 404 页面不存在 + + \ No newline at end of file diff --git a/error/503.html b/error/503.html new file mode 100644 index 0000000..cde8073 --- /dev/null +++ b/error/503.html @@ -0,0 +1,12 @@ + + + + + + + 503 Service Unavailable + + + 503 Service Unavailable + + \ No newline at end of file