53 lines
1.6 KiB
HTML
53 lines
1.6 KiB
HTML
<!--淘宝店:云码资源优选 https://shop188702750.taobao.com/search.htm?spm=a1z10.1-c.0.0.1221421cqgmNaI&search=y--><!DOCTYPE html>
|
|
<html lang="zh">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
<title>错误页面 - 后台管理系统模板</title>
|
|
<link rel="icon" href="favicon.ico" type="image/ico">
|
|
<meta name="keywords" content="后台管理系统HTML模板">
|
|
<meta name="description" content="基于Bootstrap v3.3.7的后台管理系统的HTML模板。">
|
|
<meta name="author" content="yinqi">
|
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="css/materialdesignicons.min.css" rel="stylesheet">
|
|
<link href="css/style.min.css" rel="stylesheet">
|
|
<style>
|
|
body{
|
|
background-color: #fff;
|
|
}
|
|
.error-page {
|
|
height: 100%;
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
.error-body {
|
|
padding-top: 5%;
|
|
}
|
|
.error-body h1 {
|
|
font-size: 210px;
|
|
font-weight: 700;
|
|
text-shadow: 4px 4px 0 #f5f6fa, 6px 6px 0 #33cabb;
|
|
line-height: 210px;
|
|
color: #33cabb;
|
|
}
|
|
.error-body h4 {
|
|
margin: 30px 0px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<section class="error-page">
|
|
<div class="error-box">
|
|
<div class="error-body text-center">
|
|
<h1>404</h1>
|
|
<h4>很抱歉,但是那个页面看起来已经不存在了。</h4>
|
|
<a href="index.html" class="btn btn-primary ">返回首页</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<script type="text/javascript" src="js/jquery.min.js"></script>
|
|
<script type="text/javascript" src="js/bootstrap.min.js"></script>
|
|
<script type="text/javascript">;</script>
|
|
</body>
|
|
</html> |