-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
40 lines (29 loc) · 1.4 KB
/
gallery.html
File metadata and controls
40 lines (29 loc) · 1.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="Assets/Gllery Icon.png">
<title>Gallery Page</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<a href="index.html">HomePage</a> <br>
<a href="product.html">Product</a> <br>
<a href="about.html">About</a> <br>
<a href="list.html">list</a> <br>
<h1>MY GALLERY</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Numquam asperiores itaque vel, amet assumenda impedit temporibus earum delectus, doloremque quae quos a maiores sunt debitis, fuga recusandae. Adipisci, vitae distinctio.
Sunt earum natus eaque nihil, ducimus totam ea cupiditate deserunt reiciendis saepe dicta voluptates ipsa, facere eos beatae perspiciatis a repellat accusamus distinctio, assumenda laudantium quisquam labore. Quas, aliquid nam.</p>
<img src="Assets/watch (1).jpg" alt="">
<img src="Assets/watch (2).jpg" alt="">
<img src="Assets/images (3).jpg" alt="">
<img src="Assets/images (4).jpg" alt="">
<img src="Assets/watch(5).jpg" alt="">
<img src="Assets/watch(6).jpg" alt="">
<img src="Assets/watch(7).jpg" alt="">
<img src="Assets/images (8).jpg" alt="">
<img src="Assets/images (9).jpg" alt="">
<img src="Assets/images.jpg" alt="">
</body>
</html>