forked from philtell/philtell.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.htm
296 lines (275 loc) · 12.4 KB
/
demo.htm
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta name="viewport"
content="width=device-width,initial-scale=0.5,maximum-scale=1,minimum-scale=1,user-scalable=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>德强工具箱</title>
<style>
a{ text-decoration:none}
#Mybody{
margin:0 auto;
border:1px solid #F00;
width:60%;
height:auto;
}
#div1 {
width: 100%;
}
.showw{
height:800px;
border:0px solid;
}
#show{
width:100%;
float:left;
}
#show1{
width:24%;
float:left;
}
#show2{
float:left;
width:50%;
border-color:#000;
}
#show3{
width:26%;
float:left;
}
@media screen and (max-width: 900px){
#Mybody{
width: 100%;
}
img{
width: 15px;
height: 15px;
}
#show1{
width:100%;
height:567px;
float:left;
}
#show2{
float:left;
height:1200px;
width:100%;
border-color:#000;
}
#show3{
height:736px;
width:100%;
float:left;
}
}
</style>
<link rel="stylesheet" href="dist/css/bootstrap.min.css">
<script src="jquery/jquery-3.2.1.min.js"></script>
<script src="dist/css/bootstrap.min.css"></script>
<script src="dist/js/bootstrap.min.js"></script>
<script type="text/javascript">
var caution=false
function setCookie(name,value,expires,path,domain,secure)
{
var curCookie=name+"="+escape(value) +
((expires)?";expires="+expires.toGMTString() : "") +
((path)?"; path=" + path : "") +
((domain)? "; domain=" + domain : "") +
((secure)?";secure" : "")
if(!caution||(name + "=" + escape(value)).length <= 4000)
{
document.cookie = curCookie
}
else if(confirm("Cookie exceeds 4KB and will be cut!"))
{
document.cookie = curCookie
}
}
function getCookie(name)
{
var prefix = name + "="
var cookieStartIndex = document.cookie.indexOf(prefix)
if (cookieStartIndex == -1)
{
return null
}
var cookieEndIndex=document.cookie.indexOf(";",cookieStartIndex+prefix.length)
if(cookieEndIndex == -1)
{
cookieEndIndex = document.cookie.length
}
return unescape(document.cookie.substring(cookieStartIndex+prefix.length,cookieEndIndex))
}
function deleteCookie(name, path, domain)
{
if(getCookie(name))
{
document.cookie = name + "=" +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
"; expires=Thu, 01-Jan-70 00:00:01 GMT"
}
}
function fixDate(date)
{
var base=new Date(0)
var skew=base.getTime()
if(skew>0)
{
date.setTime(date.getTime()-skew)
}
}
var now=new Date()
fixDate(now)
now.setTime(now.getTime()+365 * 24 * 60 * 60 * 1000)
var visits = getCookie("counter")
if(!visits)
{
visits=1;
}
else
{
visits=parseInt(visits)+1;
}
setCookie("counter", visits, now)
document.write(" 这是你的第" + visits + "次来访!愿微风捎去我温馨的问候,即使我们相隔遥远,也会为你默默地祝福。 Miss every moment we have.")
</script>
<!--防止右键以及Ctrl+Shift+i查看源代码-->
<script type="text/javascript">
window.onload=function(){
document.onkeydown=function(){
var e=window.event||arguments[0];
if(e.keyCode==123){
alert("小样你想干嘛?");
return false;
}else if((e.ctrlKey)&&(e.shiftKey)&&(e.keyCode==73)){
alert("还是不给你看。。");
return false;
}else if((e.ctrlKey)&&(e.keyCode==85)){//追加
return false;
}
};
document.oncontextmenu=function(){
alert("小样不给你看");
return false;
}
}
</script>
<style type="text/css">
</style>
</head>
<body style="background: url('https://i.loli.net/2017/08/15/59926e94e27df.jpg') no-repeat fixed bottom center;background-size: cover;">
<audio controls="controls" loop="loop"><source src="http://m8.music.126.net/20171104152659/e7b1296d4a73e6ab6de3e157969f5a10/ymusic/4147/3719/4902/1921c451982d9ce761240bfa55c799a8.mp3"></audio>
<h2 class="text-center text-warning">欢迎来到王德强导航 </h2>
</br>
<h6 class="text-right text-highercase text-danger"> Special For My Lovely Classmates </h6>
<!--<div id="show" class="showw">
</div>-->
<div id="Mybody">
<table class="table table-striped table-bordered table-hover">
<!--
<thead>
<tr class="success">
<th scope="row"> 安卓博客</th>
<td><a href="http://xiaojun911.com/"> <img src="images/meitu/134.png">小俊博客</a></td>
<td><a href="http://stormzhang.com/"> <img src="images/meitu/1783.png">stromzhang</a></td>
<td> <a href="http://xbdcc.github.io/"><img src="images/meitu/1081698.png.png">Carlos</a></td>
<td> <a href="http://mkblog.cn/"><img src="">孟坤博客</a></td>
</tr>
<tr class="success">
<th scope="row"> 安卓博客</th>
<td> <a href="https://sunflyer.cn/">Crazy Coder</a></td>
<td> <a href="http://blog.csdn.net/guolin_blog">郭神</a></td>
<td> <a href="http://yefeng.iteye.com/blog/315847">yefeng</a></td>
<td> <a href="http://ansifa.blog.163.com/">Ansifa</a></td>
</tr>
<tr class="success">
<th scope="row"> 安卓博客</th>
<td> <a href="http://blog.cnbang.net/">bnag's blog</a></td>
<td> <a href="http://yangguangfu.iteye.com/blog/">阿福</a></td>
<td> <a href="http://fitzeng.org/">fitzeng</a></td>
<td> <a href="http://lruheng.com/">ruheng</a></td>
</tr>
</thead>
<tr class="active">
<th scope="row">个人网站</th>
<td> <a href="http://github.com/deligencc">Github</a></td>
<td> <a href="http://blog.csdn.net/cccrunner">CSDN</a></td>
<td> <a href="http://www.riaway.com/index.php">IDEA主题下载</a></td>
<td> <a href="http://app.hustonline.net/major">大软坊</a></td>
</tr>
<tr class="danger">
<th scope="row"> 个人工具</th>
<td><a href="https://pan.baidu.com/disk/home#list/path=%2F&vmode=list/"> 百度云</a></td>
<td><a href="https://mail.google.com/mail/u/0/?tab=wm#inbox"> Gmail邮箱</a></td>
<td> <a href="https://mail.qq.com/cgi-bin/frame_html?sid=q_ZnGHSV4MdY72gx&r=8a1236273c17d724b1023d83af6d3cfe">QQ邮箱</a></td>
<td> <a href="http://mail.163.com/js6/main.jsp?sid=vAVKtBVaPiAZRfevZXaaQQVAcnnZtMHt&df=unknow#module=welcome.WelcomeModule%7C%7B%7D">班级邮箱</a></td>
</tr>-->
<tr class="danger">
<th scope="row"> 学校必备</th>
<td><a href="https://mail.qq.com/cgi-bin/frame_html?sid=q_ZnGHSV4MdY72gx&r=8a1236273c17d724b1023d83af6d3cfe"><img src="./images/meitu/1135412.png" width="45" height="45">QQ邮箱</a></td>
<td> <a href="http://jwch.sdut.edu.cn/"><img src="./images/meitu/1121170.png" width="45" height="45"> 教务处</a></td>
<td> <a href="http://etc.sdut.edu.cn/meol/homepage/common/"><img src="./images/meitu/1146490.png" width="45" height="45"> 网络教学平台</a></td>
<td> <a href="https://pan.baidu.com/disk/home#list/path=%2F&vmode=list/"><img src="./images/meitu/1171742.png" width="45" height="45"> 百度云</a></td>
</tr>
<tr class="warning">
<th scope="row"> 看电影吧</th>
<td><a href="http://www.82ke.com/"><img src="./images/meitu/1096282.png" width="45" height="45"> 94神马</a></td>
<td><a href="http://www.yy6080.org/"><img src="./images/meitu/1182166.png" width="45" height="45">新视觉影院</a></td>
<td><a href="http://www.ttkyy.net/"> <img src="./images/meitu/1186288.png" width="45" height="45">天天看电影</a></td>
<td> <a href="http://www.tufutv.com/"> <img src="./images/meitu/1101102.png" width="45" height="45">电影天堂</a></td>
<!-- <td> <a href="https://www.miguyu.com/Ltopic/one/37.html">建站技术</a></td>-->
</tr>
<tr class="warning">
<th scope="row"> 看电影吧</th>
<td> <a href="http://www.kankanwu.com/"><img src="./images/meitu/1195075.png" width="45" height="45">看看屋</a></td>
<td> <a href="http://m.treecc.cn/"><img src="./images/meitu/536732.png" width="45" height="45">暖光影视</a></td>
<td> <a href="http://www.halihali.tv/"><img src="./images/meitu/510275.png" width="45" height="45">哈哩哈哩</a></td>
<td> <a href="http://www.74xw.com/"><img src="./images/meitu/1099255.png" width="45" height="45">骑士电影</a></td>
</tr>
<tr class="warning">
<th scope="row"> 看电影吧</th>
<td> <a href="http://www.1555.tv/"><img src="http://cdn-img.easyicon.net/png/5008/500851.gif" width="45" height="45">最新国漫</a></td>
<td> <a href="http://www.917ys.com/"> <img src="./images/meitu/536730.png" width="45" height="45">最新福利</a></td>
<td> <a href="http://www.tvmao.com/"><img src="./images/meitu/525951.png" width="45" height="45"> 电视猫</a></td>
<td> <a href="http://www.8gdyhd.com/"><img src="./images/meitu/3829.png" width="45" height="45">8哥电影</a></td>
</tr>
</tbody>
</table>
</div>
<div class="progress">
<div class="progress-bar progress-bar-danger progress-bar-striped" style="width:100%;" href="vipvideo.html">
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-info progress-bar-striped" style="width:100%;">
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-warning progress-bar-striped" style="width:100%;">
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-success progress-bar-striped" style="width:100%;">
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-danger progress-bar-striped" style="width:100%;" href="vipvideo.html">
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-info progress-bar-striped" style="width:100%;">
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-warning progress-bar-striped" style="width:100%;">
</div>
</div>
<div class="bg-primary text-center" >
版权@山东理工大学计算机学院 |联系方式QQ:2267507789 |Tel:17864308096
</div>
</body>
</html>
</html>