-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
129 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="robots" content="none"/> | ||
<title>404 Not Found</title> | ||
<style> | ||
* { | ||
font-family: "Microsoft Yahei",system-ui; | ||
margin: 0; | ||
font-weight: lighter; | ||
text-decoration: none; | ||
text-align: center; | ||
line-height: 2.2em; | ||
} | ||
|
||
html, body { | ||
height: 100%; | ||
} | ||
|
||
h1 { | ||
font-size: 100px; | ||
line-height: 1em; | ||
} | ||
|
||
table { | ||
width: 100%; | ||
height: 100%; | ||
border: 0; | ||
border-collapse: collapse; | ||
} | ||
|
||
th, td { | ||
padding: 0.3em 1em; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<table> | ||
<tr> | ||
<td> | ||
<table> | ||
<tr> | ||
<td> | ||
<h1>404</h1> | ||
<h3>大事不妙啦!</h3> | ||
<p>你访问的页面不存在或已被删除~<br/> | ||
</p> | ||
</td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="robots" content="none"/> | ||
<title>500 SERVER ERROR</title> | ||
<style> | ||
* { | ||
font-family: "Microsoft Yahei",system-ui; | ||
margin: 0; | ||
font-weight: lighter; | ||
text-decoration: none; | ||
text-align: center; | ||
line-height: 2.2em; | ||
} | ||
|
||
html, body { | ||
height: 100%; | ||
} | ||
|
||
h1 { | ||
font-size: 100px; | ||
line-height: 1em; | ||
} | ||
|
||
table { | ||
width: 100%; | ||
height: 100%; | ||
border: 0; | ||
border-collapse: collapse; | ||
} | ||
|
||
th, td { | ||
padding: 0.3em 1em; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<table> | ||
<tr> | ||
<td> | ||
<table> | ||
<tr> | ||
<td> | ||
<h1>500</h1> | ||
<h3>大事不妙啦!</h3> | ||
<p>服务器错误,请返回重试~<br/> | ||
</p> | ||
</td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters