-
Notifications
You must be signed in to change notification settings - Fork 492
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
1 parent
95e48d1
commit 089eba6
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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,59 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<meta http-equiv="Cache-Control" content="no-siteapp" /> | ||
<title>不存在的次元</title> | ||
<meta name="description" content="error page"> | ||
<meta name="author" content="morica lau"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no""> | ||
<style type="text/css"> | ||
@charset 'UTF-8'; | ||
@font-face { | ||
font-family: Bitter; | ||
src: local("Bitter Regular"), local("Bitter-Regular"), url(Bitter.woff) format("woff"); | ||
font-weight: 400; | ||
font-style: normal; | ||
} | ||
html { | ||
font-size:100%; | ||
background-color:#fff | ||
} | ||
body { | ||
margin: 200px 24px; | ||
text-align: center; | ||
font-size: 36px; | ||
line-height: 1.4; | ||
color: #333 | ||
} | ||
.code { | ||
font-family: Bitter, sans-serif; | ||
font-weight: 700 | ||
} | ||
a,a:active, | ||
a:visited { | ||
margin: 24px; | ||
font-size: 20px; | ||
color: #bc360a; | ||
text-decoration: none; | ||
outline: 0 | ||
} | ||
a:hover { | ||
color: #ea9629 | ||
} | ||
.message, | ||
home { | ||
font-family: "微软雅黑", "华文细黑", "宋体", "Microsoft Yahei", Tahoma, Helvetica, Arial, STXihei; | ||
} | ||
.message { | ||
margin-left: 2px; | ||
font-size: 34px; | ||
font-weight: 550 | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div><span class="code">404 · </span><span class="message">未知领域!!</span></div> | ||
<div><a class="home" href="https://yourwebsite">传送回出生地</a></div></body> | ||
</html> |