-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcart.html
56 lines (46 loc) · 2 KB
/
cart.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
48
49
50
51
52
53
54
55
56
<!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>Cart</title>
<link rel="shortcut icon" type="image/ico" href="https://m.geekbuying.com/favicon.ico">
<link rel="stylesheet" href="cart/cart.css">
</head>
<body>
<div id="header"><img src="./cart/Screenshot.png" alt=""> </div>
<div id="top">
<div><h2>Product Name & Detail</h2></div>
<div id="boss" >
<div id="x"><p id="x1">Ship to</p></div>
<div id="y" ><img id="little" src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse1.mm.bing.net%2Fth%3Fid%3DOIP.9YtAsanlFMBU3PoImltJpwHaFP%26pid%3DApi%26h%3D160&f=1" alt=""> /INR</div>
</div>
</div>
<div id="middle">
<div id="a"><p>Product Name & Detail</p></div>
<div id="b"><p>Unit Price</p></div>
<div id="c"><p>Quantity</p></div>
<div id="d"><p>Total</p></div>
<div id="e"><p>Operation</p></div>
</div>
<div id="main">
<div id="count">Ship From: China <div id="ship">(3 items)</div></div>
<div id="product">
</div>
<hr>
<div id="total">
<h3>Your Subtotal :-</h3> <div ><h3 id="sub">₹ 0</h3></div>
</div>
</div>
<div id="bottom">
<div id="a1"><p> <a href="index.html">Continue Shopping ></a></p></div>
<div id="b1">You Choose <div id="ship1"> 3</div> item(s)</div>
<div id="c1"><h2>Total:</h2> <div ><h2 id="total1">₹ 0</h2></div></div>
<div id="d1"><img src="https://content1.geekbuying.com/V1.4/en/images/cartImg/new_pp.png" alt=""></div>
<div id="e1"><h3>Proceed to checkout</h3></div>
</div>
<div id="last"> <img src="https://content1.geekbuying.com/V1.4/en/images/shopcart_footicon.png" alt=""></div>
</body>
</html>
<script src="cart/cart.js"></script>