-
Notifications
You must be signed in to change notification settings - Fork 0
/
otpsuccess.html
77 lines (74 loc) · 3.04 KB
/
otpsuccess.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
67
68
69
70
71
72
73
74
75
76
77
<!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>otpsuccess</title>
<link rel="stylesheet" href="./css/otpsuccess.css">
</head>
<body>
<div id="card">
<div id="mark"> ✓</div>
<h2>Your product is on the way!</h2>
<p>Welcome to the SkinStore family.</p>
<p>Check your email for more details.</p>
<a href="./index.html" id="mybtn"><button id="ok">Keep Shoping</button></a>
</div>
<div class="left-cart">
<div>
<h4 style="font-size: 40px;">Order Summary:</h4>
<h4>Order Number : 412262597</h4>
</div>
<div>
<table>
<thead>
<tr><th>Items</th>
<th>Price</th>
<th>Quantity</th>
</tr></thead>
<tbody>
<!-- <tr>
<td>
<img src="https://static.thcdn.com/images/xsmall/webp//productimg/original/13417349-1374914794952525.jpg">
<p>PCA SKIN Everyday Essentials Regimen</p>
</td>
<td style="font-weight: bold;">$163</td>
<td style="font-weight: bold;">$163</td>
</tr>
<tr>
<td>
<img src="https://static.thcdn.com/images/xsmall/webp/productimg/1600/1600/11995335-1374635651521394.jpg">
<p>PCA SKIN Everyday Essentials Regimen</p>
</td>
<td style="font-weight: bold;">$163</td>
<td style="font-weight: bold;">$163</td>
</tr>
<tr>
<td>
<img src="https://static.thcdn.com/images/xsmall/webp//productimg/1600/1600/12674550-6504833218425212.jpg">
<p>PCA SKIN Everyday Essentials Regimen</p>
</td>
<td style="font-weight: bold;">$163</td>
<td style="font-weight: bold;">$163
</td>
</tr> -->
</tbody>
</table>
</div>
<div class="NASleft-cart-total">
<div>
<hr>
<div id="NAScart-total"><p>Total Paid:</p>
<p id="CheckoutTotal"></p></div><hr></div><div id="total-savings">
<!-- <h1>Total Savings:</h1><p id="NASsavings">
</p><form id="form"><input id="NAScoupon" placeholder="Got a Coupon Code? Enter Here."><button type="submit">ADD</button></form></div></div> -->
<div id="NASshopping-checkout">
<div>
<a href="./index.html" style="text-decoration: none;"><button>CONTINUE SHOPPING</button></a>
<!-- <a href="./checkout_page.html"><button>CHECKOUT SECURELY NOW</button></a> -->
</div>
</div>
</body>
</html>
<script src="./js/otpsuccess.js"></script>