-
Notifications
You must be signed in to change notification settings - Fork 23
/
otp.html
26 lines (23 loc) · 1.24 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
<html>
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head> <body style="color:white; background-image: url(https://images.unsplash.com/photo-1531297484001-80022131f5a1?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&w=1000&q=80);">
<div class="container">
<div class="row">
<div class="col-md-6"></div>
<div class="col-md-4" style="padding-top: 100px";><h2><i><b>Otp page</b></i></h2><br>
<form action="otpcheck.php" method="POST">
<label>Give your OTP :</label>
<input type="number" name="otpentered" placeholder="Enter your otp from gmail" class="btn form-control"><br><br>
<input type="submit" value="Change_Password" style="padding-left: 70px;padding-right: 70px; background-color: rgb(248, 16, 16);"><br>
<br/>
</form>
</div>
<div class="col-md-2"></div>
</div> </div>
</body></html>