-
Notifications
You must be signed in to change notification settings - Fork 4
/
bootstraptest2.html
64 lines (56 loc) · 1.61 KB
/
bootstraptest2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bootstrap 实例 - 响应式的列重置</title>
<link rel="stylesheet" href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div class="hero-unit">
<h1>
ICPR CONTEST 2018
</h1>
</div>
<div class="row-fluid">
<div class="span4">
</div>
<div class="span4">
<ul class="nav nav-tabs">
<!-- <li class="active"> -->
<li class="active">
<a href="http://captain.whu.edu.cn/DOTAweb/Home.html">Home</a>
</li>
<li>
<a href="http://captain.whu.edu.cn/DOTAweb/dataset.html">Dataset</a>
</li>
<li>
<!-- <li> -->
<a href="http://captain.whu.edu.cn/DOTAweb/tasks.html">Tasks</a>
</li>
<li>
<a href="http://captain.whu.edu.cn/DOTAweb/evaluation.html">Evaluation</a>
</li><br />
</ul>
</div>
<div class="span4">
</div>
</div>
<h2>
Home
</h2>
<p>
本可视化布局程序在HTML5浏览器上运行更加完美, 能实现自动本地化保存, 即使关闭了网页, 下一次打开仍然能恢复上一次的操作.
</p>
<p>
<a href="http://captain.whu.edu.cn/datasets/DOTA_test.zip">download</a>
</p>
</div>
</div>
</div>
</body>
</html>