forked from argomaintainer/jsbbs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·82 lines (69 loc) · 2.83 KB
/
index.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<!--[if lt IE 8]>
<script src="js/redire-ltie8.js"></script>
<![endif]-->
<title>逸仙时空 Yat-sen Channel</title>
<link data-group="app.css" href="css/reset.css" rel="stylesheet" />
<link data-group="app.css" href="css/herzog.css" rel="stylesheet" />
<link data-group="app.css" href="css/topbar.css" rel="stylesheet" />
<link data-group="app.css" href="css/footer.css" rel="stylesheet" />
<link data-group="app.css" href="css/board.css" rel="stylesheet" />
<link data-group="app.css" href="css/fresh.css" rel="stylesheet" />
<link data-group="app.css" href="css/topic.css" rel="stylesheet" />
</head>
<body>
<div id="topbar" class="topbar">
<div class="container">
<div class="col1">
<a class="brand" title="逸仙时空"
href="/n/index.html">逸仙时空</a>
</div>
<div class="col2">
<form action="javascript:;" class="search" method="POST">
<input type="text" placeholder="搜看版,话题和人..." name="search" />
</form>
</div>
<div class="col1r">
<ul class="list">
<li><a title="首页" href="/">首页</a></li>
<li><a href="#">发现</a></li>
</ul>
</div>
</div>
</div>
<div id="doc"><div id="nostart">载入中...</div></div>
<div class="footer clr">
<div class="main">
<span class="gray">(c)2014 中山大学逸仙时空</span>
<a title="" href="#">项目源码</a>
<a title="" href="">开发者</a>
<a title="" href="">帮助</a>
<a title="" href="">联系我们</a>
</div>
<div class="side">
当前在线人数: 20
</div>
</div>
<script data-group="base.js" src="js/jquery.js"></script>
<script data-group="base.js" src="js/underscore.js"></script>
<script data-group="base.js" src="js/template.js"></script>
<script data-group="base.js" src="js/urlmap.js"></script>
<script data-group="base.js" src="js/jsbbs.js"></script>
<script data-group="base.js" src="js/argoapi.js"></script>
<script data-group="app.js" src="js/boot.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36510718-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>