Jackson Dou 2 years ago
parent
commit
9865fd6891
7 changed files with 3 additions and 60 deletions
  1. 3 0
      .gitignore
  2. BIN
      doc/logo.png
  3. 0 12
      error/400.html
  4. 0 12
      error/401.html
  5. 0 12
      error/403.html
  6. 0 12
      error/404.html
  7. 0 12
      error/503.html

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+.DS_Store
+Thumbs.db
+test/

BIN
doc/logo.png


+ 0 - 12
error/400.html

@@ -1,12 +0,0 @@
-<!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>

+ 0 - 12
error/401.html

@@ -1,12 +0,0 @@
-<!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>

+ 0 - 12
error/403.html

@@ -1,12 +0,0 @@
-<!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>

+ 0 - 12
error/404.html

@@ -1,12 +0,0 @@
-<!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>

+ 0 - 12
error/503.html

@@ -1,12 +0,0 @@
-<!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>