-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
45 lines (38 loc) · 1.4 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html class="no-js" lang="zh">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Page not found</title>
<meta name="keywords" content="jquery,api,1.11,手册,chm,jquery api,jquery 1.11.1" />
<meta name="description" content="jQuery api 中文手册最新版,在线地址:http://jquery.flycloud.me,下载地址:http://jquery.flycloud.me/donate.html"/>
<meta name="robots" content="all">
<meta name="renderer" content="webkit">
<meta name="author" content="flycloud -http://jquery.flycloud.me"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/404.css">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="contanier" id="contanier" >
<canvas class="animation" width="1840" height="669" style="opacity: 1;"></canvas>
<div class="content">
<p class="error">404 NOT FOUND</p>
<p class="info">The page you are looking for does not exist.</p>
<div class="nav">
<a href="/index.html"> Home </a>
<a href="http://www.flycloud.me" target="_blank">Contact</a>
</div>
</div>
</div>
<script src="js/jquery-2.1.4.js"></script>
<script src="js/404.js"></script>
<script >
$(function(){
$("#contanier").engine();
});
</script>
</body>
</html>