-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
103 lines (96 loc) · 4.03 KB
/
404.html
File metadata and controls
103 lines (96 loc) · 4.03 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="css/font-awesome.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/uclabs.css" media="screen" />
<title>UC Labs</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<span class="uc_labs">
<a href="http://uclabs.github.com"><img src="img/uc-labs.png" /></a>
</span>
</header>
<section class="main clearfix">
<h1>404.</h1>
<h2>亲,找不到你要看的页面哦,回<a href="index.html">首页</a>看看吧?</h2>
</section>
<footer class="">
<div class="row clearfix">
<div class="span4">
<h2>资源</h2>
<ul class="icons list-style-none">
<li><i class="icon-github"></i>
<a href="https://github.com/uclabs" target="_blank">源代码</a>
</li>
<li><i class="icon-file"></i>
<a href="#" target="_blank">JavaScript 编码规范</a>
</li>
<li><i class="icon-file"></i>
<a href="#" target="_blank">源码管理规范</a>
</li>
<li><i class="icon-flag"></i>
<a href="#" target="_blank">路线图</a>
</li>
</ul>
</div>
<div class="span4">
<h2>关注我们</h2>
<ul class="icons list-style-none">
<li><i class="icon-twitter"></i>
<a href="http://twitter.com/uc_labs" target="_blank">Twitter</a>
</li>
<li><i class="icon-sina-weibo"></i>
<a href="http://http://weibo.com/uclabs" target="_blank">新浪微博</a>
</li>
<li><i class="icon-qq-weibo"></i>
<a href="http://t.qq.com/uclabs" target="_blank">腾讯微博</a>
</li>
<li><i class="icon-163-weibo"></i>
<a href="http://t.163.com/uclabs" target="_blank">网易微博</a>
</li>
<li><i class="icon-sohu-weibo"></i>
<a href="http://t.sohu.com/uclabs" target="_blank">搜狐微博</a>
</li>
</ul>
</div>
<div class="span4">
<h2>联系我们</h2>
<ul class="icons list-style-none">
<li><i class="icon-envelope"></i>
<a href="mailto:labs.uc@gmail.com">labs.uc@gmail.com</a>
</li>
<li><i class="icon-group"></i>
<a href="mailto:uclabs@googlegroups.com">uclabs@googlegroups.com</a>
</li>
<li><i class="icon-link"></i>
<a href="http://uc.cn" target="_blank">uc.cn</a>
</li>
</ul>
</div>
</div>
<!-- <div class="uc_logo">
<a href="http://uc.cn"><img src="img/uc-logo.png" /></a>
</div> -->
</footer>
<section id="downloads" class="clearfix" style="display: none">
<a href="https://github.com/uclabs" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-35388361-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</div>
</div>
</body>
</html>