-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror-404.html
More file actions
53 lines (42 loc) · 1.49 KB
/
error-404.html
File metadata and controls
53 lines (42 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="assets/images/favicon.png" type="image/png">
<title></title>
<link href="assets/css/icons.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body class="error-bg">
<!--Start Section-->
<section>
<div class="container">
<div class="row">
<div class="error-inner">
<h1>404</h1>
<h3>找不到这个页面</h3>
<p>请检查网址或联系管理员</p>
<a href="index.html" class="btn btn-primary">返回主页</a>
</div>
</div>
</div>
</section>
<!--End Section-->
<!--Begin core plugin -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- End core plugin -->
</body>
</html>