66 lines
2.8 KiB
HTML
66 lines
2.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
|
|
<!-- Mirrored from technext.github.io/concept/pages/forgot-password.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 09 Oct 2021 09:53:40 GMT -->
|
|
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
|
|
<head>
|
|
<!-- Required meta tags -->
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Concept - Bootstrap 4 Admin Dashboard Template</title>
|
|
<!-- Bootstrap CSS -->
|
|
<link rel="stylesheet" href="../assets/vendor/bootstrap/css/bootstrap.min.css">
|
|
<link href="../assets/vendor/fonts/circular-std/style.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="../assets/libs/css/style.css">
|
|
<link rel="stylesheet" href="../assets/vendor/fonts/fontawesome/css/fontawesome-all.css">
|
|
<style>
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding-top: 40px;
|
|
padding-bottom: 40px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<!-- ============================================================== -->
|
|
<!-- forgot password -->
|
|
<!-- ============================================================== -->
|
|
<div class="splash-container">
|
|
<div class="card">
|
|
<div class="card-header text-center"><img class="logo-img" src="../assets/images/logo.png" alt="logo"><span class="splash-description">Please enter your user information.</span></div>
|
|
<div class="card-body">
|
|
<form>
|
|
<p>Don't worry, we'll send you an email to reset your password.</p>
|
|
<div class="form-group">
|
|
<input class="form-control form-control-lg" type="email" name="email" required="" placeholder="Your Email" autocomplete="off">
|
|
</div>
|
|
<div class="form-group pt-1"><a class="btn btn-block btn-primary btn-xl" href="../index.html">Reset Password</a></div>
|
|
</form>
|
|
</div>
|
|
<div class="card-footer text-center">
|
|
<span>Don't have an account? <a href="pages-sign-up.html">Sign Up</a></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- ============================================================== -->
|
|
<!-- end forgot password -->
|
|
<!-- ============================================================== -->
|
|
<!-- Optional JavaScript -->
|
|
<script src="../assets/vendor/jquery/jquery-3.3.1.min.js"></script>
|
|
<script src="../assets/vendor/bootstrap/js/bootstrap.bundle.js"></script>
|
|
</body>
|
|
|
|
|
|
|
|
<!-- Mirrored from technext.github.io/concept/pages/forgot-password.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 09 Oct 2021 09:53:40 GMT -->
|
|
</html> |