-
Notifications
You must be signed in to change notification settings - Fork 0
/
index4.html
50 lines (47 loc) · 1.66 KB
/
index4.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AP</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="brand">
<img src="png-transparent-wrist-watch__1_-removebg-preview.png" />
</div>
<div id="navbars" class="container">
<nav class="navbar">
<div>
<ul class="navlinks">
<li><a href="index.html">Home</a></li>
<li><a href="index.html">All Products</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li class="cartimage">
<a href="#"
><img
src="https://www.freepnglogos.com/uploads/shopping-cart-png/shopping-cart-royal-brites-poster-foam-board-photo-paper-royal-lace-19.png"
/></a>
</li>
</ul>
</div>
</nav>
</div>
<div>
<h2 class="html2-text">
This particular model, a reference 15510ST, features a 41mm stainless
steel construction, a stunning deep navy blue Grand Tappisserie dial
with applied luminous baton indices with a matching handset, and
Audemars Piguet's Calibre 4302 automatic winding movement with 70-hour
power reserve.
</h2>
</div>
<div>
<img class="rolex-page-imgs" src="ap1.png" alt="picture-one" />
<img class="rolex-page-imgs" src="ap2.png" alt="" picture-two />
<img class="rolex-page-imgs" src="ap3.png" alt="picture-three" />
</div>
</body>
</html>