-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
46 lines (37 loc) · 989 Bytes
/
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
46
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<header>
<img class="logoImg" src="./logo.png" />
<div class="searchBox">
<input class="searchInput" placeholder="Search For products , items and more...." />
<img src="./search.png" alt="">
</div>
<button class="loginBtn">Login</button>
<a href="https://seller.flipkart.com/sell-online?utm_source=fkwebsite&utm_medium=websitedirect"
class="sellerBtn">Become a Seller</a>
<a>Cart</a>
</header>
<div class="parent">
<div class="left">
will cover this later
</div>
<div class="right" id="productContainer">
</div>
<div class="hello">
<div>
<h2>Hello</h2>
<h2>Hello</h2>
<h2>Hello</h2>
<h2>Hello</h2>
<h2>Hello</h2>
</div>
<img src="https://picsum.photos/200/300" alt="dummy image">
</div>
</div>
<script src="./script.js">
</script>
</body>
</html>