Tools/error_page/error.html

60 lines
1.5 KiB
HTML
Raw Normal View History

2018-10-07 22:17:42 +08:00
<!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>
2018-10-08 02:15:30 +08:00
<div><a class="home" href="https://yourwebsite">传送回城</a></div></body>
2018-10-07 22:17:42 +08:00
</html>