forked from universsky/universsky.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.html
145 lines (107 loc) · 4.84 KB
/
demo.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="description" content="Free Ebook 免费电子书 免费epub电子书 电子书大全 电子书下载 光剑免费图书馆 東海陳光劍的博客">
<link rel="shortcut icon" href="favicon.ico">
<title>光剑免费图书馆 Free Ebook</title>
<style>
li {
list-style-type: none;
}
</style>
<!-- jquery, bootstrap,dataTables -->
<script src="//cdn.bootcss.com/jquery/2.0.0/jquery.min.js"></script>
<link href="//cdn.bootcss.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/datatables/1.10.10/css/jquery.dataTables.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/datatables/1.10.10/css/jquery.dataTables_themeroller.css" rel="stylesheet">
<script src="//cdn.bootcss.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="//cdn.bootcss.com/datatables/1.10.10/js/dataTables.bootstrap.min.js"></script>
<script src="//cdn.bootcss.com/datatables/1.10.10/js/jquery.dataTables.min.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="css/home.css">
<!-- 百度统计代码 -->
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?f29971d7ef634e38b8912a618e7a4f67";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<!--<a id="forkme_banner" href="https://github.com/universsky">View on GitHub </a>-->
<h1 id="project_title">WFeB全球免费图书馆 World Free eBook</h1>
<p></p>
<h3 id="project_tagline">道之所在,虽千万人吾往矣;义之所当,千金散尽不后悔;情之所钟,世俗礼法如粪土;兴之所至,与君痛饮三百杯.</h3>
</header>
</div>
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<div class="container-fluid">
<a href="index.html"><h2>光剑免费图书馆</h2></a>
<h4>子类目</h4>
<table id="dataTable" class="table table-hover table-responsive">
<thead>
<tr>
<th>ID</th>
<th>书名</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<!-- 百度分享 -->
<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more"></a><a href="#" class="bds_qzone"
data-cmd="qzone"></a><a
href="#" class="bds_tsina" data-cmd="tsina"></a><a href="#" class="bds_tqq" data-cmd="tqq"></a><a
href="#" class="bds_renren" data-cmd="renren"></a><a href="#" class="bds_weixin"
data-cmd="weixin"></a></div>
<script>window._bd_share_config = {
"common": {
"bdSnsKey": {},
"bdText": "",
"bdMini": "2",
"bdPic": "",
"bdStyle": "0",
"bdSize": "16"
},
"share": {},
"image": {
"viewList": ["qzone", "tsina", "tqq", "renren", "weixin"],
"viewText": "分享到:",
"viewSize": "16"
},
"selectShare": {
"bdContainerClass": null,
"bdSelectMiniList": ["qzone", "tsina", "tqq", "renren", "weixin"]
}
};
with (document)0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' + ~(-new Date() / 36e5)];</script>
</div>
</section>
</div>
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript src='js/jquery.js' type='text/javascript'%3E%3C/script%3E"));
}
$(function () {
$('#dataTable').DataTable({
"paging": true,
"lengthChange": true,
"searching": true,
"ordering": true,
"info": true,
"autoWidth": true,
"aLengthMenu": [20, 50, 100, 200]
})
})
</script>
</body>
</html>