-
Notifications
You must be signed in to change notification settings - Fork 0
/
otp.html
84 lines (70 loc) · 3.01 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<meta name="description" content="Smarthr - Bootstrap Admin Template">
<meta name="keywords" content="admin, estimates, bootstrap, business, corporate, creative, management, minimal, modern, accounts, invoice, html5, responsive, CRM, Projects">
<meta name="author" content="Dreamguys - Bootstrap Admin Template">
<meta name="robots" content="noindex, nofollow">
<title>OTP - HRMS admin template</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Fontawesome CSS -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- Main CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.min.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="account-page">
<!-- Main Wrapper -->
<div class="main-wrapper">
<div class="account-content">
<a href="job-list.html" class="btn btn-primary apply-btn">Apply Job</a>
<div class="container">
<!-- Account Logo -->
<div class="account-logo">
<a href="index.html"><img src="assets/img/logo2.png" alt="Dreamguy's Technologies"></a>
</div>
<!-- /Account Logo -->
<div class="account-box">
<div class="account-wrapper">
<h3 class="account-title">OTP</h3>
<p class="account-subtitle">Verification your account</p>
<!-- Account Form -->
<form action="index.html">
<div class="otp-wrap">
<input type="text" placeholder="0" maxlength="1" class="otp-input">
<input type="text" placeholder="0" maxlength="1" class="otp-input">
<input type="text" placeholder="0" maxlength="1" class="otp-input">
<input type="text" placeholder="0" maxlength="1" class="otp-input">
</div>
<div class="form-group text-center">
<button class="btn btn-primary account-btn" type="submit">Enter</button>
</div>
<div class="account-footer">
<p>Not yet received? <a href="javascript:void(0);">Resend OTP</a></p>
</div>
</form>
<!-- /Account Form -->
</div>
</div>
</div>
</div>
</div>
<!-- /Main Wrapper -->
<!-- jQuery -->
<script src="assets/js/jquery-3.5.1.min.js"></script>
<!-- Bootstrap Core JS -->
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- Custom JS -->
<script src="assets/js/app.js"></script>
</body>
</html>