-
Notifications
You must be signed in to change notification settings - Fork 0
/
forgot-pwd.html
57 lines (44 loc) · 1.52 KB
/
forgot-pwd.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Meta -->
<meta name="description" content="Responsive Bootstrap4 Dashboard Template">
<meta name="author" content="ParkerThemes">
<link rel="shortcut icon" href="img/fav.png" />
<!-- Title -->
<title>Healthnet - Forgot Password</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Main CSS -->
<link rel="stylesheet" href="css/main.css" />
</head>
<body class="authentication">
<!-- Container start -->
<div class="container">
<form action="../../../external.html?link=http://bootstrap.gallery/royal-hospital-admin/design-option-1/index.html">
<div class="row justify-content-md-center">
<div class="col-xl-5 col-lg-5 col-md-6 col-sm-12">
<div class="login-screen">
<div class="login-box">
<a href="#" class="login-logo">
Healthnet
</a>
<h5 class="mr-5">In order to access your dashboard, please enter the email id you provided during the registration process.</h5>
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter Email Address" />
</div>
<div class="actions">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</div>
</div>
</div>
</form>
</div>
<!-- Container end -->
</body>
</html>