forked from 9Prajjwal/outnetclone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (45 loc) · 1.39 KB
/
index.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
<!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" />
<link rel="stylesheet" href="./stylesheets/index.css" />
<title>The Outnet</title>
</head>
<body>
<h1 id="title">THE OUTNET</h1>
<div id="store">
<div id="img1">
<a href="./html/women_home.html"><img
src="https://www.theoutnet.com/cms/ycm/resource/blob/1227748/93c218c3b1058f05611a23fcef93f0b9/pre-hp-main-1-womenswear-image-data.jpg/w400_q80.jpg"
/></a>
<div id="w">
<h2>WOMEN</h2>
<p>Just In</p>
<p>Bestsellers</p>
<p>Designers</p>
<p>Clothing</p>
<p>Shoes</p>
<p>Bags</p>
<p>Accessories</p>
</div>
</div>
<div id="img2">
<a href="./html/mens_home.html"><img
src="https://www.theoutnet.com/cms/ycm/resource/blob/1218420/b175e45775e06eb40db8d9deb3b00814/pre-hp-main-2-menswear-1--data.jpg/w1400_q80.jpg"
/></a>
<div id="w">
<h2>MEN</h2>
<p>Just In</p>
<p>Bestsellers</p>
<p>Designers</p>
<p>Clothing</p>
<p>Shoes</p>
<p>Bags</p>
<p>Accessories</p>
</div>
</div>
</div>
</body>
</html>