-
Notifications
You must be signed in to change notification settings - Fork 14
/
zaraAthleticz.html
46 lines (43 loc) · 1.47 KB
/
zaraAthleticz.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
<!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>ATHLETICZ COLLECTION|ZARA India</title>
<link rel="stylesheet" href="./styles/athleticz.css">
</head>
<body>
<div id="nav">
<h2><a href="./index.html">ZARA ATHLETICZ</a></h2>
<h4>
<a style="color: white" href="./search.html">SEARCH</a>
</h4>
<p><a href="./login.html">LOGIN</a></p>
<p><a href="./zarahelp.html">HELP</a></p>
<p><a href="./shoppingBasket.html">CART</a></p>
</div>
<div id="img">
<div>
<img
src="https://static.zara.net/photos///2021/I/M/1/p/0000/002/476/2/w/530/0000002476_15_1_1.jpg?ts=1633359786073"
,width="570px"
height="500px"
/>
</div>
<div>
<h1><a href="#shirts">T-SHIRTS </a> <sup>26</sup></h1>
<h1><a href="#short">SHORTS</a> <sup>12</sup></h1>
<h1><a href="#trou">TROUSERS</a> <sup>9</sup></h1>
<h1><a href="#sweat">SWEATSHIRTS</a> <sup>8</sup></h1>
<h1><a href="#out">OUTDOORS</a> <sup>3</sup></h1>
<h1><a href="#access">ACCESSORIES</a> <sup>17</sup></h1>
<h1><a href="#shoe">SHOES</a> <sup>8</sup></h1>
</div>
</div>
<div class="body_rb">
<div id="body_div"></div>
</div>
</body>
</html>
<script src="./scripts/athleticz.js"></script>