-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathranking-original.html
49 lines (42 loc) · 1.63 KB
/
ranking-original.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,inital-scale=1,maximum-scale=1,user-scalable=0"/>
<meta name="description" content>
<meta name="author" content>
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet">
<link href="css/nav.css" type="text/css" rel="stylesheet">
<link href="css/ranking.css" type="text/css" rel="stylesheet">
<title>bilibili</title>
</head>
<script>
</script>
<body>
<div id="btn" onclick="load()"></div>
<!--<table cellpadding="0" cellspacing="0" class="mytb">-->
<!--<tr>-->
<!--<td class="mytd">-->
<!--<h3>1</h3>-->
<!--</td>-->
<!--<td class="mytd-border">-->
<!--<img src="image/rangking/test1.jpg">-->
<!--</td>-->
<!--<td class="mytd-border mypadding">-->
<!--<p>-->
<!--【补番推荐】2016年那些不容错过的佳作-->
<!--</p>-->
<!--<span>-->
<!--UP主:中二少年晓凯-->
<!--</span><br>-->
<!--<span>-->
<!--综合评分:23154654-->
<!--</span>-->
<!--</td>-->
<!--</tr>-->
<!--</table>-->
<script src="js/jquery-3.1.1.min.js" type="text/javascript"></script>
<script src="js/ranking/original.js" type="text/javascript"></script>
</body>
</html>