Jackson Dou 2 gadi atpakaļ
vecāks
revīzija
7a4beecbbd
6 mainītis faili ar 61 papildinājumiem un 1 dzēšanām
  1. 1 1
      README.md
  2. 12 0
      error/400.html
  3. 12 0
      error/401.html
  4. 12 0
      error/403.html
  5. 12 0
      error/404.html
  6. 12 0
      error/503.html

+ 1 - 1
README.md

@@ -3,7 +3,7 @@
 A simple Content Management System for Reseller of MyOwnFreeHost
 A simple Content Management System for Reseller of MyOwnFreeHost
 
 
 * Official Site : [uiisc.com](http://uiisc.com "UIISC")
 * Official Site : [uiisc.com](http://uiisc.com "UIISC")
-* Author : [doudoudzj](https://github.com/doudoudzj "doudoudzj")
+* Author : [Jackson Dou](https://github.com/jksdou "jksdou")
 
 
 ## Functions
 ## Functions
 
 

+ 12 - 0
error/400.html

@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="zh-CN">
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>400 Bad Request</title>
+</head>
+<body>
+    400 Bad Request
+</body>
+</html>

+ 12 - 0
error/401.html

@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="zh-CN">
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>401 Unauthorized</title>
+</head>
+<body>
+    401 Unauthorized
+</body>
+</html>

+ 12 - 0
error/403.html

@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="zh-CN">
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>403 Forbidden</title>
+</head>
+<body>
+    403 Forbidden
+</body>
+</html>

+ 12 - 0
error/404.html

@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="zh-CN">
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>404 页面不存在</title>
+</head>
+<body>
+    404 页面不存在
+</body>
+</html>

+ 12 - 0
error/503.html

@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="zh-CN">
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>503 Service Unavailable</title>
+</head>
+<body>
+    503 Service Unavailable
+</body>
+</html>