-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path404.html
24 lines (24 loc) · 931 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<!--[if IE]>
<script type="text/javascript" src="css/js/html5.min.js"></script>
<![endif]-->
<link href="css/main.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript" src="css/js/jquery.min.js"></script>
<title>404页面</title>
</head>
<body>
<article id="content">
<section>
<center><img src="css/images/404.png" alt="" width="100"></center>
<h1 class="f24 nb tc">杯具了,服务器出错啦 :(</h1>
<h1 class="f14 nb tc" style="color:#666">但你可以穿越到最初......<a href=""></a></h1>
<center class="mt20 p5"><a href="index.html" class="graybtn f16">返回首页</a></center>
</section>
</article>
</body>
</html>