-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathotp.html
48 lines (45 loc) · 3.85 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
<!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>MEDCON</title>
<link rel="icon" type="image/x-icon" href="logo.jpg">
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
</head>
<body id="body-pd">
<header class="header" id="header">
<div class="header_toggle"> <i class='bi bi-list' id="header-toggle"></i> </div>Hello User !
<div class="header_img"> <img src="pro.jpg" alt=""> </div>
</header>
<div class="l-navbar" id="nav-bar">
<nav class="nav">
<div> <a href="#" class="nav_logo links"> <i class='bi bi-layer nav_logo-icon'></i> <span class="nav_logo-name"><p style="font-size: 40px;">Medcon</p></span> </a>
<div class="nav_list"> <a href="dash.html" class="nav_link links"> <i class='bi bi-house'></i> <span class="nav_name">Dashboard</span> </a> <a href="Patients.html" class="nav_link active links"> <i class='bi bi-people-fill nav_icon'></i> <span class="nav_name">Patients</span> </a> <a href="doctors.html" class="nav_link links"> <i class='bi bi-bi bi-person-check-fill'></i> <span class="nav_name">Doctors</span> </a> </div>
</div> <a href="login.html" class="nav_link links"> <i class='bi bi-box-arrow-left nav_icon'></i> <span class="nav_name">SignOut</span> </a>
</nav>
</div>
<div class="height-100 stage">
<div class="container height-100 d-flex justify-content-center align-items-center">
<div class="position-relative">
<div class="card p-4 text-center">
<h6>Please enter the one time password <br> to verify your account</h6>
<div> <span>A code has been sent to</span> <small>*******9897</small> </div>
<div id="otp" class="inputs d-flex flex-row justify-content-center mt-2"> <input class="m-2 text-center form-control rounded" type="text" id="first" maxlength="1" /> <input class="m-2 text-center form-control rounded" type="text" id="second" maxlength="1" /> <input class="m-2 text-center form-control rounded" type="text" id="third" maxlength="1" /> <input class="m-2 text-center form-control rounded" type="text" id="fourth" maxlength="1" /> <input class="m-2 text-center form-control rounded" type="text" id="fifth" maxlength="1" /> <input class="m-2 text-center form-control rounded" type="text" id="sixth" maxlength="1" /> </div>
<div class="mt-4"> <a href="patdet.html"><button class="btn btn-sub px-4 validate">Validate</button></a></div>
</div>
<div class="card-2">
<div class="content d-flex justify-content-center align-items-center mt-4"> <span>Didn't get the code ?</span> <a href="otp.htmls" class="text-decoration-none ms-3">Resend</a> </div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>