-
Notifications
You must be signed in to change notification settings - Fork 0
/
sub_btss.html
35 lines (29 loc) · 1.3 KB
/
sub_btss.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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta name="viewport"
content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no" />
<meta charset="UTF-8" />
<!--<link href='http://fonts.useso.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext' rel='stylesheet'>-->
<link href='https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css' rel='stylesheet'>
<link href='https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap-theme.min.css' rel='stylesheet'>
<script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"
crossorigin="anonymous"></script>
<script type='text/javascript' src='wybook.js'></script>
<TITLE>Bookmarks</TITLE>
</head>
<body style="background-color:#999999">
<div class="container">
<div class="row" id="cd"></div>
<div class="row">
<a href="./">[BACK]</a>
<a>https://hao.su/909/</a>
<a>http://zhiyun.ppdsw.xyz/clq.html</a>
<br/>
<a>http://btlibrary.com</a>
<a>http://77cili.xyz</a>
</div>
</div>
</body>
</html>