-
Notifications
You must be signed in to change notification settings - Fork 0
/
goods4.html
78 lines (66 loc) · 2.42 KB
/
goods4.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
77
78
<!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="No19.html">
<img src="images/No19.webp" alt="Cinque Terre" width="600" height="400">
</a>
<div class="desc">Add a description of the image here</div>
</div>
<div class="gallery">
<a target="_blank" href="No20.html">
<img src="images/No20.webp" alt="Forest" width="600" height="400">
</a>
<div class="desc">Add a description of the image here</div>
</div>
<div class="gallery">
<a target="_blank" href="No21.html">
<img src="images/No21.webp" alt="Northern Lights" width="600" height="400">
</a>
<div class="desc">Add a description of the image here</div>
</div>
<div class="gallery">
<a target="_blank" href="No22.html">
<img src="images/No22.webp" alt="Mountains" width="600" height="400">
</a>
<div class="desc">Add a description of the image here</div>
</div>
<div class="gallery">
<a target="_blank" href="No23.html">
<img src="images/No23.webp" alt="Northern Lights" width="600" height="400">
</a>
<div class="desc">Add a description of the image here</div>
</div>
<!-- <div class="gallery">
<a target="_blank" href="No24.html">
<img src="images/No24.webp" alt="Mountains" width="600" height="400">
</a>
<div class="desc">Add a description of the image here</div>
</div> -->
<div class="pagination">
<a href="goods3.html">«</a>
<a href="goods1.html">1</a>
<a href="goods2.html">2</a>
<a href="goods3.html">3</a>
<a class="active" href="goods4.html">4</a>
<!-- <a href="goods5.html">5</a>
<a href="goods6.html">6</a> -->
<a href="goods1.html">»</a>
</div>
<div class="foot">Vita Copyright © 2024 All rights reserved Vita Copyright © 2024 All rights reserved Vita Copyright © 2024 All rights reserved Vita Copyright © 2024 All rights reserved</div>
</body>
</html>