-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathverification.html
62 lines (46 loc) · 2.38 KB
/
verification.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
<!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>
<!-- bootstrap script -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.min.js" integrity="sha384-IDwe1+LCz02ROU9k972gdyvl+AESN10+x7tBKgc9I5HFtuNz0wWnPclzo6p9vxnk" crossorigin="anonymous"></script>
</head>
<body style="background-color: rgb(238 235 230);">
<center>
<p style="color:#41246E ; margin-top: 2%; margin-bottom: 7%;"><strong>Upstox</strong></p>
</center>
<div>
>
<span id = "numberbtn"></span>
<div style="margin-left: 30%; margin-right: 30%; background-color: white;">
<table>
<tr>
<td>
<a href="index.html"><button style="margin-left: 1%;margin-top: 5%; border: 0; background-color: white; " class="btn-lg"><-</button></a>
</td>
</tr>
</table>
<h4 id="hh" style="margin-left: 5%;">
Verify your number
</h4>
<p id ="digitotp" style="margin-left: 5%;">Enter the OTP sent!</p>
<br>
<h6 style="margin-left: 5%;">Enter OTP</h6>
<form action="">
<input id = "otp" style="margin-left: 5%;padding-bottom: 3%; border-left: none;border-right:none ;border-top:none;border-color: rgb(238 235 230);width: 80%">
</form>
<br>
<a href="loginpage.html"><button id="subtn" type="button" class="btn btn-lg btn-primary " style="margin-left: 5%; margin-right: 5%; width: 90%; border-radius: 40%;">Submit</button>
</a>
<br>
<br>
</div>
</div>
<script src="index2.js"></script>
</body>
</html>