-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathindex.html
114 lines (95 loc) · 3.6 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
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
<!--注意,52BP唯一指定地址:httpps://52bp.org -->
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<!-- SEO -->
<title> 我爱白嫖 | 52BP</title>
<meta property="og:url" content="https://52bp.org" />
<meta property="og:site_name" content="我爱白嫖" />
<meta name="keywords" content="52BP,52白嫖,我爱白嫖" />
<meta name="description" content="52BP(我爱白嫖),一个致力于伟大白嫖事业的神秘组织。" />
<meta property="og:description"
content="52BP(我爱白嫖),一个致力于伟大白嫖事业的神秘组织。" />
<meta property=" og:image" content="https://52bp.org/images/index.jpg" />
<meta property="og:image:secure_url" content="https://52bp.org/images/index.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="shortcut icon" href="images/fa.png" />
<link rel="icon" href="images/fa.png" sizes="32x32" />
<link rel="icon" href="images/fa.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="images/fa.png" />
<meta name="msapplication-TileImage" content="images/fa.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel='stylesheet' id='saukra_css-css' href='assets/css/style.css' type='text/css' media='all' />
</head>
<body class="landing is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">52bp</a>.org</h1>
<nav id="nav">
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="airport.html">机场汇总</a></li>
<li><a href="contact.html">联系我们</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<h2>52BP</h2>
<p>一个致力于伟大的白嫖事业的神秘组织</p>
<ul class="actions special">
<li><a href="#" class="button primary animated" onclick="silly_girl()">不想白嫖</a></li>
<li><a href="#" id="sb-btn" class="button" onclick="silly_boy()">开始白嫖</a></li>
</ul>
</section>
<!-- Main -->
<section id="main" class="container">
<section class="box special">
<header class="major">
<h2>52bp.org
<br />
请务必记住、收藏我们的域名</h2>
<p>欢迎使用~</p>
</header>
<span class="image featured"><img src="images/52bp.jpg" alt="" /></span>
</section>
</section>
<!-- CTA -->
<section id="cta">
<h2>联系我们</h2>
<li><a href="contact.html" class="button alt">联系我们</a></li>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>© 2020 <a href="#">52BP</a> All rights reserved.</li>
</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="https://cdn.jsdelivr.net/clipboard.js/1.5.12/clipboard.min.js"></script>
<script src="assets/layer/layer.js"></script>
<script src="assets/layui/layui.js"></script>
<script>
function silly_boy(){
console.log("success!")
layer.msg("我骗你哒,手机请点击左侧图标展开导航或者下方查看哦!", {icon: 1});
}
function silly_girl(){
console.log("fail!")
layer.msg("不会吧,不会吧,不会真有人不想白嫖吧!", {icon: 2});
}
</script>
</body>
</html>