-
Notifications
You must be signed in to change notification settings - Fork 0
/
OTP.html
27 lines (27 loc) · 855 Bytes
/
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
<!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>OTP</title>
<link rel="stylesheet" href="./css/OTP.css">
</head>
<body>
<div id="container">
<h3>PAYMENT</h3>
<div id="card">
<p>We have send you. <b>One Time Password</b> to your register mobile number</p>
<h3>Please Enter OTP</h3>
<h4>1:54</h4>
<input type="number" id="otp">
<div>
<!-- <a href="./otpsuccess.html">otpsuccess</a> -->
<button id="resend">Resend OTP</button>
<button id="varify">Verify OTP</button>
</div>
</div>
</div>
</body>
</html>
<script src="./js/OTP.js"></script>