-
Notifications
You must be signed in to change notification settings - Fork 0
/
goods2.html
76 lines (66 loc) · 2.17 KB
/
goods2.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>
<html>
<body>
<head>
<meta charset="utf-8" />
<title>Cosmetic Made in Spain</title>
<link rel="stylesheet" type="text/css" media="screen and (max-device-width: 1500px)" href="css/index copy.css" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
</head>
<div class="page">
<div class="nav">
<a href="index.html"><img src="images/未标题-3.png"></a>
<ul class="fr">
<a href="contact.html"><li style="font-size:130%;">聯繫我們</li></a>
<a href="goods1.html"><li style="font-size:130%;">產品展示</li></a>
</ul>
</div>
<div class="gallery">
<a target="_blank" href="No7.html">
<img src="images/No7.webp" alt="Cinque Terre" width="600" height="400">
</a>
<div class="desc">眼霜</div>
</div>
<div class="gallery">
<a target="_blank" href="No8.html">
<img src="images/No8.webp" alt="Forest" width="600" height="400">
</a>
<div class="desc">爽膚水</div>
</div>
<div class="gallery">
<a target="_blank" href="No9.html">
<img src="images/No9.webp" alt="Northern Lights" width="600" height="400">
</a>
<div class="desc">曬後乳液</div>
</div>
<div class="gallery">
<a target="_blank" href="No10.html">
<img src="images/No10.webp" alt="Mountains" width="600" height="400">
</a>
<div class="desc">瘦臉提拉緊緻面膜 </div>
</div>
<div class="gallery">
<a target="_blank" href="No11.html">
<img src="images/No11.webp" alt="Northern Lights" width="600" height="400">
</a>
<div class="desc">保濕水潤活膚面膜</div>
</div>
<div class="gallery">
<a target="_blank" href="No12.html">
<img src="images/No12.webp" alt="Mountains" width="600" height="400">
</a>
<div class="desc">補水緊緻嫩膚面膜 </div>
</div>
<div class="pagination">
<a href="goods1.html">«</a>
<a href="goods1.html">1</a>
<a class="active" href="goods2.html">2</a>
<a href="goods3.html">3</a>
<a href="goods4.html">4</a>
<!-- <a href="goods5.html">5</a>
<a href="goods6.html">6</a> -->
<a href="goods3.html">»</a>
</div>
<div class="foot">Vita Copyright © 2024 All rights reserved</div>
</body>
</html>