This repository has been archived by the owner on Jun 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathforgotPass.html
56 lines (45 loc) · 2.14 KB
/
forgotPass.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
<!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, shrink-to-fit=no">
<meta name="description" content="Online PMAY E-learning module for ULBs and general citizens">
<meta name="keywords" content="PMAY, Pradhan Mantri Awas Yojna, ULBs, Urban Local Bodies, E-learning, State of Maharashtra, policies">
<title>Login</title>
<link href="other/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="other/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="css/login1.css" rel="stylesheet">
</head>
<body>
<section class="login-block">
<div class="container">
<div class="row">
<div class="col-md-4 login-sec">
<h2 class="text-center">Reset Password</h2>
<form class="login-form">
<div class="text-center mt-4 mb-5">
<h4>Forgot your password?</h4>
<p>Enter your email address and we will send you instructions on how to reset your password.</p>
</div>
<div class="form-group">
<input class="form-control" id="exampleInputEmail1" type="email" aria-describedby="emailHelp" placeholder="Enter email address" name="email">
</div>
<button type="submit" class="btn btn-primary btn-block" formaction="mailer.php">Reset Password</button>
</form>
<div class="d-flex justify-content-between">
<a class="d-block small mt-3" href="signUp.html">Register for an Account</a>
<a class="d-block small mt-3" href="login1.html">Login Page</a>
<a class="d-block small mt-3" href="feedback.html">Need Help?</a>
</div>
</div>
<div class="col-md-8 banner-sec">
<!--image is displayed-->
</div>
</div>
</section>
<script src="other/jquery/jquery.min.js"></script>
<script src="other/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="other/jquery-easing/jquery.easing.min.js"></script>
</body>
</html>