-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbucket.html
More file actions
25 lines (22 loc) · 729 Bytes
/
Copy pathbucket.html
File metadata and controls
25 lines (22 loc) · 729 Bytes
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
<!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>
</head>
<style></style>
<body>
<div id="total-div">
<h3 id="">
<!--Show bucket total here, do not add anything only Total value. Not even "Total - 1200Rs" but like this "1200" -->
</h3>
</div>
<div id="">
<!--Show all coffee added to bucket here-->
<!-- add an remove button to each coffee so that you can remove that item from bucket, give the button HTML id as 'remove_coffee' -->
</div>
<!-- checkout link -->
</body>
</html>