-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (65 loc) · 2.23 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>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<title>search</title>
<link rel="stylesheet" type="text/css" href="./css/bootstrap.css">
<link rel="stylesheet" type="text/css" href=
"./bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./css/bootstrap-responsive.css">
<link rel="stylesheet" type="text/css" href="./css/bootstrap-responsive.min.css">
<script type="text/javascript" src="./js/jquery.js"></script>
<script type="text/javascript" src="./js/jquery-datatables.js"></script>
<script type="text/javascript" src="./js/datatables-bootstrap.js"></script>
</head>
<body class="dt-example">
<div class="container">
<section>
<h1> <span>Website</span></h1>
<table id="example" class="table table-striped table-bordered" cellspacing="0" width="100%">
<thead>
<tr>
<th width='120px' ><p align='center'>Name</p></th>
<th ><p align='center'>Description</p></th>
<th><p align='center'>How to do</p></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href='http://aaqqy.com/'>NO.1</a></td>
<td><img src='./src/img1.jpg'></img></td>
<td> 3 COL,2 ROW</td>
</tr>
<tr>
<td><a href='http://www.yy6080.org/'>NO.2</a></td>
<td><img src='./src/img2.jpg'></img></td>
<td> 3 COL,3 ROW</td>
</tr>
<tr>
<td><a href='http://www.qmaile.com/'><b>NO.3</b></a></td>
<td><img src='./src/img3.jpg'></img></td>
<td> 3 COL,4 ROW</td>
</tr>
<tr>
<td><a href='http://www.panduoduo.net/'>NO.4</a></td>
<td><img src='./src/img4.jpg'></img></td>
<td> 3 COL,5 ROW</td>
</tr>
<tr>
<td><a href='http://www.pansoso.com/'>NO.5</a></td>
<td><img src='./src/img5.jpg'></img></td>
<td> 3 COL,6 ROW</td>
</tr>
<tr>
<td><a href='https://www.btamo.com/'>NO.6</a></td>
<td><img src='./src/img6.jpg'></img></td>
<td> 3 COL,7 ROW</td>
</tr>
</tbody>
</table>
</section>
</div>
</body>
</html>