-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
56 lines (56 loc) · 1.3 KB
/
footer.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>footer</title>
<link rel="stylesheet" href="css/Global_Settings.css">
<link rel="stylesheet" href="css/footer.css">
</head>
<body>
<!-- 底部 -->
<footer>
<div class="center">
<!-- 左半部分 -->
<ul>
<li>
<div class='footerleft'>
<img src="img/positionicon.png"/>
</div>
<section>
<h5>地址/ADDRESS</h5>
<span>中国,苏州市金阊区国际经贸大厦8楼html地图</span>
</section>
</li>
<li>
<div class='footerleft'>
<img src="img/iphoneicon.png" alt="">
</div>
<section>
<h5>电话/TELEPHONE</h5>
<span>0553-7331853 0553-7331854</span>
</section>
</li>
<li>
<div class='footerleft'>
<img src="img/iconie.png" alt="">
</div>
<section>
<h5>网址/SITE</h5>
<span>HTTP://WWW.HUAYUYINPIN.COM.CN/</span>
</section>
</li>
</ul>
<!-- 右半部分 -->
<div>
<img src="img/二维码.png"/><br>
<a href="#">产品中心</a>|
<a href="#">加盟我们</a>|
<a href="#">新闻中心</a>|
<a href="#">百度地图</a>|
<a href="#">谷歌地图</a>|<br>
<p>Copyright 2018花语饮品唯一官方网站版权所有</p>
</div>
</div>
</footer>
</body>
</html>