-
Notifications
You must be signed in to change notification settings - Fork 1
/
lianxi.html
41 lines (36 loc) · 1.29 KB
/
lianxi.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
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>联系我们</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/swiper-3.4.2.min.css">
<link rel="stylesheet" href="css/buttons.css">
<script src="js/jquery-1.10.1.min.js"></script>
<script src="js/swiper-3.4.2.jquery.min.js"></script>
<script src="js/jiazai.js"></script>
</head>
<body>
<div id="toubu">
</div>
<div class="page_content">
<p id="weizhi">
<div class="article">
<h1>联系我们</h1>
<div class="page_zhengwen">
<p style="text-align: center;font-size: 14pt;">热线:13980765471</p>
<p style="text-align: center;font-size: 14pt;">邮箱:[email protected]</p>
</div>
<div class="footer">
<img src="img/logo.png" id="logo2">
<p>版权所有:成都市安保技术与服务协会
<br>蜀ICP备88888888号</p>
</div>
</div>
<div class="back_top" style="display: block;">
<a href="#top">回到顶部</a>
</div>
</div>
</body>
</html>