-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathaccount-password-recover.html
118 lines (103 loc) · 4.34 KB
/
account-password-recover.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
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en" class="no-js">
<!-- Head -->
<head>
<title>Recover Password | Awesome Dashboard UI Kit</title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<!-- Social tags -->
<meta name="keywords" content="Awesome Dashboard UI Kit, Bootstrap, Template, Theme, Freebies, MIT license, Free, Download">
<meta name="description" content="Awesome Dashboard UI Kit crafted by Htmlstream">
<meta name="author" content="htmlstream.com">
<!-- Schema.org -->
<meta itemprop="name" content="Awesome Dashboard UI Kit">
<meta itemprop="description" content="Awesome Dashboard UI Kit crafted by Htmlstream">
<meta itemprop="image" content="assets/img-temp/aduik-preview.png">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@htmlstream">
<meta name="twitter:title" content="Awesome Dashboard UI Kit">
<meta name="twitter:description" content="Awesome Dashboard UI Kit crafted by Htmlstream">
<meta name="twitter:creator" content="@htmlstream">
<meta name="twitter:image" content="assets/img-temp/aduik-preview.png">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="Htmlstream">
<meta property="og:title" content="Awesome Dashboard UI Kit">
<meta property="og:description" content="Awesome Dashboard UI Kit crafted by Htmlstream">
<meta property="og:url" content="https://htmlstream.com/preview/awesome-dashboard-ui-kit/">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="assets/img-temp/aduik-preview.png">
<meta property="og:image:secure_url" content="assets/img-temp/aduik-preview.png">
<!-- Web Fonts -->
<link href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<!-- Components Vendor Styles -->
<link rel="stylesheet" href="assets/vendor/themify-icons/themify-icons.css">
<!-- Theme Styles -->
<link rel="stylesheet" href="assets/css/theme.css">
</head>
<!-- End Head -->
<!-- Body -->
<body>
<!-- Main -->
<main class="d-flex flex-column u-hero u-hero--end mnh-100vh" style="background-image: url(assets/img-temp/bg/bg-1.png);">
<div class="container py-7 my-auto">
<div class="d-flex align-items-center justify-content-center">
<!-- Card -->
<div class="card my-7" style="width: 460px; max-width: 100%;">
<!-- Card Body -->
<div class="card-body p-4 p-lg-7">
<h2 class="text-center mb-4">Recover password</h2>
<!-- Sign in Form -->
<form action="/">
<!-- Email -->
<div class="form-group">
<label for="email">Your email</label>
<input id="email" class="form-control" type="email" placeholder="Enter your email">
</div>
<!-- End Email -->
<div class="my-4">
<button type="submit" class="btn btn-block btn-wide btn-primary text-uppercase">Send confirmation</button>
</div>
<p class="text-center mb-0">
Don’t have an account?
<a class="font-weight-semi-bold" href="account-sign-up.html">Sign up here</a>
</p>
</form>
<!-- End Sign in Form -->
</div>
<!-- End Card Body -->
</div>
<!-- End Card -->
</div>
</div>
<!-- Footer -->
<footer class="u-footer">
<div class="container">
<div class="d-md-flex align-items-md-center text-center text-md-left text-muted">
<!-- Footer Menu -->
<ul class="list-inline mb-3 mb-md-0">
<li class="list-inline-item mr-4">
<a class="text-muted" href="https://www.facebook.com/htmlstream" target="_blank">About Htmlstream</a>
</li>
<li class="list-inline-item">
<a class="text-muted" href="https://htmlstream.com/" target="_blank">More Freebies</a>
</li>
</ul>
<!-- End Footer Menu -->
<!-- Copyright -->
<span class="text-muted ml-auto">© 2019 <a class="text-muted" href="https://htmlstream.com/" target="_blank">Htmlstream</a>. All Rights Reserved.</span>
<!-- End Copyright -->
</div>
</div>
</footer>
<!-- End Footer -->
</main>
<!-- End Main -->
</body>
<!-- End Body -->
</html>