-
Notifications
You must be signed in to change notification settings - Fork 11
/
otp.html
70 lines (58 loc) · 2.81 KB
/
otp.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
<!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="icon" href="https://blinkit.com/images/apple-touch-icon-change-60x60-1be1e81.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./CSS/otp-payment.css">
<style>
</style>
</head>
<body>
<div class="sbody">
<div class="rmain-card">
<div class="rcut-div">
<div class="rcard-paytm">
<div class="rback-opt-btn">
<i class="fa-solid fa-angle-left"></i>
<a href="./paytm.html">Back</a>
</div>
<div class="rlink-account">
PaytmLink Account
</div>
<div class="rlink-body">
<div>
<div>OTP Verification</div>
<div class="rlinkbody-text">Paytm has sent an SMS with an activation code to: +912332323223
</div>
</div>
<form class="rinput-formotp">
<input autocomplete="one-time-code" type="tel" maxlength="1" class="otp__input"
oninput="allselect()">
<input autocomplete="one-time-code" type="tel" maxlength="1" class="otp__input"
oninput="allselect()">
<input autocomplete="one-time-code" type="tel" maxlength="1" class="otp__input"
oninput="allselect()">
<input autocomplete="one-time-code" type="tel" maxlength="1" class="otp__input"
oninput="allselect()">
<input autocomplete="one-time-code" type="tel" maxlength="1" class="otp__input"
oninput="allselect()">
<input autocomplete="one-time-code" type="tel" maxlength="1" class="otp__input"
oninput="allselect()">
</form>
<button id="loginput">Login</button>
</div>
<a id="givetime"><div id="some_div"></div></a>
</div>
</div>
</div>
</div>
</body>
<script src="./script/otp.js">
</script>
</html>