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