-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.html
59 lines (59 loc) · 2.24 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>404 NOT FOUND</title>
<!-- for-mobile-apps -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //for-mobile-apps -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href='http://fonts.useso.com/css?family=Raleway:400,100,100italic,200,200italic,300,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900italic,900' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="main">
<div class="agileits_main_grid">
<div class="agileits_main_grid_left">
<h1>404 Not Found</h1>
</div>
<div class="agileits_main_grid_right">
<a href="index.html">返回主页</a>
</div>
<div class="clear"> </div>
</div>
<div class="w3l_main_grid">
<img src="images/1.png" alt=" " class="img-responsive" />
</div>
<div class="w3ls_main_grid_bottom">
<div class="w3ls_main_grid_bottom_left">
<div class="wthree_social_buttons">
<a href="https://twitter.com/ITMan_CHINA" class="wthree_social_button facebook"><i class="fa fa-facebook"></i></a>
<a href="https://www.facebook.com/ITManCHINA" class="wthree_social_button twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.google.com" class="wthree_social_button google"><i class="fa fa-google"></i></a>
<a href="https://github.com/ITManCHINA" class="wthree_social_button pinterest"><i class="fa fa-pinterest"></i></a>
</div>
</div>
<div class="w3ls_main_grid_bottom_right">
<ul>
<li>Don't worry about this</li>
<li>That's nothing amazing</li>
</ul>
<ul>
<li>If you can't back</li>
<li>Please find me on Twitter</li>
</ul>
<ul>
<li>Or go back to homepage</li>
<li>Ended</li>
</ul>
</div>
<div class="clear"> </div>
</div>
<div class="agile_copy_right">
<p>Copyright © 2019. All rights reserved.<a target="_blank" href="https://sharecuts.cn/user/vklrN62lyB"">꧁IT Man꧂</a></p>
</div>
</div>
</body>
</html>