-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (50 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>欢迎您</title>
<link href="https://cdn.bootcss.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.bootcss.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<script>
// $(document).ready(function(){
// for(var i=1;i<=29;i++){
// $("<a href='http://www.chinahuben.com/z/wenzijx/video_parse/O/"+i+"-1.html' target='blank' class='list-group-item'>Word第"+i+"套</a>").appendTo('#dword');
// $("<a href='http://www.chinahuben.com/z/wenzijx/video_parse/O/"+i+"-2.html' target='blank' class='list-group-item'>Excel第"+i+"套</a>").appendTo('#dexcel');
// $("<a href='http://www.chinahuben.com/z/wenzijx/video_parse/O/"+i+"-3.html' target='blank' class='list-group-item'>PPT第"+i+"套</a>").appendTo('#dppt');
// }
// })
</script>
<style>
a.list-group-item{
color: #666;
text-align: center;
font-size: 18px;
}
a.list-group-item:hover{
background-color: #007bff;
color: #fff;
font-weight: bold;
}
</style>
</head>
<body>
<h1 class="text-center">欢迎您!</h1>
<!--
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-4" id="dword">
<h3 class="list-group-item active">字处理视频教程</h3>
</div>
<div class="col-md-4 col-sm-4 col-xs-4" id="dexcel">
<h3 class="list-group-item active">电子表格视频教程</h3>
</div>
<div class="col-md-4 col-sm-4 col-xs-4" id="dppt">
<h3 class="list-group-item active">幻灯片视频教程</h3>
</div>
</div>
</div>
-->
</body>
</html>