-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathcontact.html
76 lines (67 loc) · 2.62 KB
/
contact.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
<!DOCTYPE HTML>
<!--注意,52BP唯一指定地址:httpps://52bp.org -->
<html>
<head>
<title>我爱白嫖| 52BP</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<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" />
<link rel='stylesheet' id='saukra_css-css' href='assets/css/style.css' type='text/css' media='all' />
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<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>
<!-- Main -->
<section id="main" class="container">
<header>
<h2>联系我们</h2>
<p>合作或其他事情请按照下方联系方式联系我们</p>
</header>
<div class="box">
<span class="image featured"><img src="images/pic01.jpg" alt="" /></span>
<h3>联系方式</h3>
<p>[email protected]</p>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<!-- <ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon brands fa-google-plus"><span class="label">Google+</span></a></li>
</ul> -->
<!--注意,52BP唯一指定地址:httpps://52bp.org -->
<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>
</body>
</html>