-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2.verification.html
More file actions
70 lines (51 loc) · 2.65 KB
/
2.verification.html
File metadata and controls
70 lines (51 loc) · 2.65 KB
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>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Verify Aadhaar</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="gray-bg">
<div class="middle-box text-center loginscreen animated fadeInDown">
<div>
<div>
<h1 class="logo-name"><img src="https://eccles.utah.edu/wp-content/uploads/2018/10/vote-for-blog.jpg" width="150"></h1>
</div>
<h3>Verify Aadhaar</h3>
<div class="m-t" id="verify_otp_model" role="form" action="#" >
<div class="form-group">
<input onkeypress="return isNumberKey(event)" id="verify_otp" name="aadhaarno" class="form-control" placeholder="Enter OTP" required autofocus>
</div>
<button id="verifyotp" class="btn btn-primary block full-width m-b login">Verify OTP</button>
</div>
<div class="m-t" id="enter_aadhaarno" role="form" action="#" >
<div class="form-group">
<input onkeypress="return isNumberKey(event)" id="aadhaar_no" name="aadhaarno" class="form-control" placeholder="Aadhaar No" required autofocus>
</div>
<button id="getotp" class="btn btn-primary block full-width m-b login">Get OTP</button>
</div>
<br>
<!-- <div id="errorbox" class="alert alert-danger fade in">
<a href="#" class="close" data-dismiss="alert">×</a>
<strong id="error">Error!</strong>
</div> -->
</div>
</div>
<!-- <label for="recaptcha-invisible">
<input type="radio" id="recaptcha-invisible" name="recaptcha" value="invisible">
Invisible
</label> -->
<div class="footer">
<ul class="class copy-right">
<div>
<p align="center"></p>
</div>
</ul>
</div>
</body>
</html>