-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (67 loc) · 2.81 KB
/
Copy pathindex.html
File metadata and controls
69 lines (67 loc) · 2.81 KB
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<title>--琉晶坊---</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//s.w.org' />
<meta name="keywords" content="琉晶坊 ">
<meta name="description" content="琉晶坊">
<link rel="stylesheet" type="text/css" href="./assets/home11/css/main.css">
<link rel="stylesheet" type="text/css" href="./assets/home11/css/media.css">
</head>
<body>
<header id="header">
<div class="header_left">
<img src="./assets/home11/img/logo.png" alt="琉晶坊" title="琉晶坊" style="display:none;">
琉晶坊
</div>
<div class="header_right" id="background_voice">
<img src="./assets/home11/img/unmute.png" title="打开">
</div>
</header>
<div id="container">
<video id="background_video" loop="" muted=""><source src="./assets/home11/video/bg2.mp4" type="video/mp4"></video>
<div id="video_cover" style="display: none;"></div>
<div id="overlay"></div>
<section id="main_content">
<div id="head">
<h1>琉 晶 坊</h1>
<p class="sub_head">致力打造优秀平台,聪明人都记住了。</p>
<p class="info"> 枕上听松语,槛外看潮生。 </p>
</div>
<div id="links">
<a href="./cloud/" target="_blank">云空间</a>
<a href="./pic/ld/" target="_blank">激情相册</a>
<a href="http://2013.year.free.fr/" target="_blank">论坛</a>
<a href="./ting/" target="_blank">动听中国</a>
<a href="./book/wuxia/" target="_blank">艳情武侠</a>
<a href="./book/xxx/" target="_blank">激情小说</a>
<a href="./index/" target="_blank">网址导航</a>
</div>
<div style="position: absolute;color: white;"></div>
</section>
</div>
<div id="footer">
<span class="info">
免责声明: 若本站收录的资源侵犯了您的权益,请联络我们及时删除内容; | <a href="https://www.free163.com" target="_blank">琉晶坊</a>
</span>
</div>
<script src="./assets/home11/js/bideo.js"></script>
<script src="./assets/home11/js/main.js"></script>
<script src="./assets/home11/js/jquery-2.2.4.min.js?ver=2.2.4"></script>
<script type="text/javascript">
/*$(document).bind("contextmenu",function(){return false;}); //禁止右键
$(document).bind("selectstart",function(){return false;}); //禁止选择
document.onkeydown = function(){ //禁止F12
if(window.event && window.event.keyCode == 123 || window.event.keyCode== 83 ||window.event.keyCode== 85) {
event.keyCode = 0;
event.returnValue = false;
}
}*/
</script>
</body>
</html>