-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwishlist.html
More file actions
35 lines (34 loc) · 1.31 KB
/
Copy pathwishlist.html
File metadata and controls
35 lines (34 loc) · 1.31 KB
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
<!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>Document</title>
<link rel="stylesheet" href="./wishlist.css">
</head>
<body onload="addToWishlist(event), addToBag()">
<div class="whishlist">
<div class="header">
<div class="back">
<a class="backref" href=""> <img src="https://images.bewakoof.com/web/ic-web-head-primary-back.svg" alt=""></a>
</div>
<div class="icondiv">
<a href=""><img src="https://images.bewakoof.com/web/ic-web-head-bwk-primary-logo-eyes.svg" alt=""></a>
</div>
<div class="cartlogodiv"><a href="cart.html">
<div class="cartlogodiv2">
<img class="cartlogo" src="https://images.bewakoof.com/web/ic-web-head-cart.svg" alt="">
<div class="cartcount" id="bagCount"></div>
</div>
</a>
</div>
</div>
</div>
<div class="title" id="title">WISHLIST</div>
<div id="container"></div>
<div id="container2"></div>
<div id="bottom"></div>
</body>
</html>
<script src="./wishlist.js"></script>