-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavi.html
executable file
·91 lines (73 loc) · 2.47 KB
/
navi.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
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>工具导航页</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="http://apps.bdimg.com/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
<script type="text/javascript" src="jquery.flip.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1>工具导航页</h1>
<h2><a href="javascript:window.history.go(-1)">history.go »</a></h2>
<div id="main">
<div class="sponsorListHolder">
<!-- banner start -->
<div class="sponsor">
<div class="sponsorFlip">
<div class="sponsorDescription">
Jenkins - 开发环境
</div>
<div class="sponsorURL">
<a href="http://dev.ci.51meilin.com" target="_blank">dev.ci.51meilin.com</a>
</div>
<div class="sponsorDescription">
Jenkins - 测试环境
</div>
<div class="sponsorURL">
<a href="http://dev.ci.51meilin.com" target="_blank">test.ci.51meilin.com</a>
</div>
<div class="sponsorDescription">
Jenkins - 线上环境
</div>
<div class="sponsorURL">
<a href="http://dev.ci.51meilin.com" target="_blank">test.ci.51meilin.com</a>
</div>
</div>
<div class="sponsorData">
<div class="sponsorDescriptionBg">
Jenkins是一个开源软件项目,旨在提供一个开放易用的软件平台,使软件的持续集成变成可能。
</div>
<div class="sponsorURL">
<a href="https://jenkins-ci.org/" target="_blank">https://jenkins-ci.org/</a>
</div>
</div>
</div>
<!-- banner end -->
<!-- banner start -->
<div class="sponsor">
<div class="sponsorFlip">
<div class="sponsorDescription">
logansy - 日志分析
</div>
<div class="sponsorURL">
<a href="#" target="_blank">###</a>
</div>
</div>
<div class="sponsorData">
<div class="sponsorDescriptionBg">
log demo
</div>
<div class="sponsorURL">
<a href="#" target="_blank">#</a>
</div>
</div>
</div>
<!-- banner end -->
<div class="clear"></div>
</div>
</div>
</body>
</html>