forked from zsnjuts/TianJianWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
54 lines (53 loc) · 2.38 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
<!DOCTYPE html>
<html>
<head>
<title>Page Not Found</title>
<link rel="shortcut icon" href="img/logo.ico"/>
<link rel="bookmark" href="img/logo.ico"/>
<!-- meta_tags-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta https-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Falsity Error Page A Flat Responsive Widget,Login form widgets, Sign up Web forms , Login signup Responsive web form,Flat Pricing table,Flat Drop downs,Registration Forms,News letter Forms,Elements" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Meta_tag_Keywords -->
<link href="css/error_page_style.css" rel="stylesheet" type="text/css" media="all"/><!--stylesheet-->
<link rel="stylesheet" href="css/font-awesome.css"><!--font_wesome_icons-->
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet"><!--online_fonts-->
<link href="https://fonts.googleapis.com/css?family=Berkshire+Swash" rel="stylesheet"><!--online_fonts-->
<link href="https://fonts.googleapis.com/css?family=Barlow" rel="stylesheet"><!--online_fonts-->
<!-- 百度统计 代码 -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?b70b03e21e610cc5f002c2059603e64e";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div class="agileits-main">
<div class="w3l-head">
<h1>err<label>o</label>r page</h1>
<div class="w3l-text">
<h2>4<span><sub>0</sub></span>4</h2>
<br><p>oops error!</p>
<!-- <style type="text/css">
a:link,a:visited{color:orange;text-decoration:none;}
a:hover{color:orangered;text-decoration:none;}
a:active{color:orange;text-decoration:none;}
</style> -->
<p>你要找的页面不存在...要不来认识一下<a href="Department-Technology.html">技术部的小哥哥小姐姐</a>?</p>
<style type="text/css">
a:link,a:visited{color:orange;text-decoration:none;}
a:hover{color:orangered;text-decoration:none;}
a:active{color:orange;text-decoration:none;}
</style>
</div>
</div>
<footer style="margin-top: 120px;">© 2018 天健社技术部团队出品</footer>
</div>
</body>
</html>