-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlifeHealthTea.html
44 lines (39 loc) · 1014 Bytes
/
lifeHealthTea.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>花草保健茶</title>
<!--<link rel="stylesheet" href="css/cssreset-min.css">-->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/lifeHealthTea.css">
</head>
<body>
<!--头部区域-->
<div class="header"></div>
<!--头部区域 end-->
<!--导航区域-->
<div class="nav"></div>
<!--导航区域 end-->
<!--产品区域-->
<div class="product">
<div class="w">
<div class="top">
<div class="backHome">
<a href="index.html">首页</a>
<img src="images/w_next.png" alt="">
<span>花草保健茶</span>
</div>
</div>
<div class="center"></div>
<div class="bottom">
<div class="left"></div>
<div class="right"></div>
</div>
</div>
</div>
<!--产品区域 end-->
<!--footer区域-->
<div class="footer"></div>
<!--footer区域 end-->
</body>
</html>