-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOTP.html
107 lines (87 loc) · 3.42 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<title>Policy Link Rwanda Client</title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="description" content="codedthemes">
<meta name="keywords"
content=", Responsive, Landing, Bootstrap, App, Template, Mobile, iOS, Android, apple, creative app">
<meta name="author" content="codedthemes">
<!-- Favicon icon -->
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon">
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
<!-- Google font-->
<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,500,700" rel="stylesheet">
<!-- Font Awesome -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!--ico Fonts-->
<link rel="stylesheet" type="text/css" href="assets/icon/icofont/css/icofont.css">
<!-- Required Fremwork -->
<link rel="stylesheet" type="text/css" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- waves css -->
<link rel="stylesheet" type="text/css" href="assets/plugins/Waves/waves.min.css">
<!-- Style.css -->
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<!-- Responsive.css-->
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
<!--color css-->
<link rel="stylesheet" type="text/css" href="assets/css/color/color-1.min.css" id="color"/>
</head>
<body>
<section class="login p-fixed d-flex text-center bg-primary common-img-bg">
<!-- Container-fluid starts -->
<div class="container-fluid">
<div class="row">
<div class="col-sm-12">
<div class="login-card card-block">
<form class="md-float-material">
<div class="text-center">
<!-- <img src="assets/images/logo-black.png" alt="logo"> -->
<h3 id="project_name_title">Policy Link Rwanda Client</h3>
</div>
<h3 class="text-center txt-primary">
Verifying OTP
</h3>
<div class="row">
<div class="col-md-12">
<div class="md-input-wrapper">
<input type="text" class="md-form-control" required="required"/>
<label>Enter OTP</label>
</div>
</div>
<!-- <div class="col-sm-6 col-xs-12 forgot-phone text-right">
<a href="forgot-password.html" class="text-right f-w-600"> Forget Password?</a>
</div> -->
</div>
<div class="row">
<div class="col-xs-10 offset-xs-1">
<button type="button" class="btn btn-primary btn-md btn-block waves-effect text-center m-b-20">VERIFYING OTP</button>
</div>
</div>
<!-- </div> -->
</form>
<!-- end of form -->
</div>
<!-- end of login-card -->
</div>
<!-- end of col-sm-12 -->
</div>
<!-- end of row -->
</div>
<!-- end of container-fluid -->
</section>
<!-- Required Jqurey -->
<script src="assets/plugins/jquery/dist/jquery.min.js"></script>
<script src="assets/plugins/jquery-ui/jquery-ui.min.js"></script>
<script src="assets/plugins/tether/dist/js/tether.min.js"></script>
<!-- Required Fremwork -->
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- waves effects.js -->
<script src="assets/plugins/Waves/waves.min.js"></script>
<!-- Custom js -->
<script type="text/javascript" src="assets/pages/elements.js"></script>
</body>
</html>