You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.4 KiB
71 lines
1.4 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>404</title>
|
|
<style type="text/css">
|
|
|
|
*{
|
|
margin: 0;
|
|
}
|
|
@font-face {
|
|
font-family: AKROBAT-BLACK;
|
|
src: url('/system_file/hc_error/AKROBAT-BLACK.TTF');
|
|
}
|
|
.content{
|
|
text-align: center;
|
|
width: 100%;
|
|
font-family: AKROBAT-BLACK;
|
|
}
|
|
.content img{
|
|
margin-top: 120px;
|
|
}
|
|
h1{
|
|
font-size: 100px;
|
|
line-height: 72px;
|
|
margin-top: 55px;
|
|
margin-bottom: 29px;
|
|
}
|
|
h3{
|
|
line-height: 20px;
|
|
margin-bottom: 15px;
|
|
font-size: 20px;
|
|
font-family: MicrosoftYaHei-Bold;
|
|
}
|
|
h5{
|
|
line-height: 15px;
|
|
margin-bottom: 40px;
|
|
color: #666666;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
|
|
font-family: MicrosoftYaHeiLight;
|
|
}
|
|
a.back{
|
|
display: block;
|
|
margin: 0 auto;
|
|
width: 180px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
border-radius: 50px;
|
|
background-color: #f83600;
|
|
color: #fff;
|
|
text-decoration:none;
|
|
box-shadow: 0px 5px 30px 0px
|
|
rgba(248, 54, 0, 0.1);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="content">
|
|
<img src="/system_file/hc_error/404.png" >
|
|
<h1>404</h1>
|
|
<h3>糟糕!您访问的页面不存在!</h3>
|
|
<h5>请检查您输入的网址是否正确,或单击下面的按钮返回主页。</h5>
|
|
<p>
|
|
<a class="back" href="/">返回首页</a>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|