-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoffers.html
47 lines (45 loc) · 2 KB
/
offers.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
<!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>Leather Line</title>
<link rel="stylesheet" href="./index.css">
</head>
<body>
<div id="header">
<div>
<img src="" id="counrtry-flag" alt="">
<select name="country" id="country">
<option value="usa">USA</option>
<option value="ind">IND</option>
</select>
</div>
<a href="./index.html"><img src="./src/images/image__2_-removebg-preview.png" alt="Error"></a>
<div id="login-info">
<div id="wishlist"><a href="./wishlist.html"><img src="./src/images/wishlist.png" alt=""></a></div>
<div id="cart"><a href="./cart.html">cart</a></div>
<div id="profile"><a href="./loginPage.html">profile</a></div>
</div>
</div>
<div id="navbar">
<a href="./tabby.html">TABBY SHOP</a>
<a href="./men.html">MEN</a>
<a href="./women.html">WOMEN</a>
<a href="./bags.html">BAGS</a>
<a href="./wallets.html">WALLETS</a>
<a href="./offers.html">OFFERS</a>
</div>
<div id="offer-content">
</div>
<div id="footer">
<h2>Contact us</h2>
<h3>suppourt@leatherline.com</h3>
<a href="https://www.instagram.com/coach/"><img style="width: 30px;" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Instagram_logo_2016.svg/2048px-Instagram_logo_2016.svg.png" alt="Error"></a>
<a href="https://twitter.com/coach"><img style="width: 30px;" src="https://www.freepnglogos.com/uploads/twitter-logo-png/twitter-logo-vector-png-clipart-1.png" alt="Error"></a>
<a href="https://www.youtube.com/user/coach"><img style="width: 30px;" src="https://www.iconpacks.net/icons/2/free-youtube-logo-icon-2431-thumb.png" alt="Error "></a>
</div>
</body>
</html>
<script src="./scripts/offers.js"></script>