-
Notifications
You must be signed in to change notification settings - Fork 4
/
payment.html
66 lines (52 loc) · 2.31 KB
/
payment.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
57
58
59
60
61
62
63
64
65
66
<!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>Payment - Hok Makeup</title>
<!-- <link rel="shortcut icon" type="image" href="C:\Users\Ankit Mishra\Downloads\logo.png"> -->
<link rel="stylesheet" href="./styles/payment.css">
</head>
<body>
<div id="container">
<div id="box">
<div class="topbox">
<div id="for-img">
<img src="https://cdn.shopify.com/s/files/1/1743/7443/files/website_logo.png?36281" alt=""
width="80px" height="80px">
</div>
<div id="for_edit">
<p id="hok-namee">HOK MAKEUP</p>
<p class="colorgg">HOK Makeup - #23391111970</p>
<h1 id="showtotal" class="totly"></h1>
</div>
<p class="marg_top">English ▼</p>
</div>
<div id="for_cardd">
<a href="card.html" class="casss">
< Card</a>
<p id="contactno."></p>
</div>
<div id="for_btom">
<div id="forpay_br">
<p>Pay With Your Saved Card
></p>
<p class="font12">Access securely with OTP</p>
</div> <br>
<p>Add New Card</p>
<form id="for_frm">
<input type="number" placeholder="Card Number" class="for_cardin marg_top">
<input type="number" placeholder="Expiry" class="for_cardin marg_top">
<input type="text" placeholder="Card Holder's Name" class="for_cardin marg_top">
<input type="password" placeholder="CVV" class="for_cardin marg_top">
</form>
<input type="checkbox">
<label>Remember Card</label>
</div>
<a href="./congrats.html"><button class="mypaise" id="payBtn">PAYMENT</button></a>
</div>
</div>
</body>
</html>
<Script src="./script/checkout.js"></Script>