87 lines
3.0 KiB
HTML
87 lines
3.0 KiB
HTML
|
|
|
|
|
|
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Datum | CRM Admin Dashboard Template</title>
|
|
|
|
<link rel="stylesheet" href="static/css/backend-plugin.min.css">
|
|
<link rel="stylesheet" href="static/css/backend.css"> </head>
|
|
<body class=" ">
|
|
<!-- loader Start -->
|
|
<div id="loading">
|
|
<div id="loading-center">
|
|
</div>
|
|
</div>
|
|
<!-- loader END -->
|
|
|
|
<div class="wrapper">
|
|
<section class="login-content">
|
|
<div class="container h-100">
|
|
<div class="row align-items-center justify-content-center h-100">
|
|
<div class="col-md-5">
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<div class="auth-logo">
|
|
<img src="static/picture/logo.png" class="img-fluid rounded-normal" alt="logo">
|
|
</div>
|
|
<h2 class="mb-2 text-center">Reset Password</h2>
|
|
<p>Enter your email address and we'll send you an email with instructions to reset your password.</p>
|
|
<form>
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="form-group">
|
|
<label>Email</label>
|
|
<input class="form-control" type="email" placeholder=" ">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<button type="submit" class="btn btn-primary btn-block">Reset</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
<!-- Backend Bundle JavaScript -->
|
|
<script src="static/js/backend-bundle.min.js"></script>
|
|
<!-- Chart Custom JavaScript -->
|
|
<script src="static/js/customizer.js"></script>
|
|
|
|
<script src="static/js/sidebar.js"></script>
|
|
|
|
<!-- Flextree Javascript-->
|
|
<script src="static/js/flex-tree.min.js"></script>
|
|
<script src="static/js/tree.js"></script>
|
|
|
|
<!-- Table Treeview JavaScript -->
|
|
<script src="static/js/table-treeview.js"></script>
|
|
|
|
<!-- SweetAlert JavaScript -->
|
|
<script src="static/js/sweetalert.js"></script>
|
|
|
|
<!-- Vectoe Map JavaScript -->
|
|
<script src="static/js/vector-map-custom.js"></script>
|
|
|
|
<!-- Chart Custom JavaScript -->
|
|
<script src="static/js/chart-custom.js"></script>
|
|
<script src="static/js/01.js"></script>
|
|
<script src="static/js/02.js"></script>
|
|
|
|
<!-- slider JavaScript -->
|
|
<script src="static/js/slider.js"></script>
|
|
|
|
<!-- Emoji picker -->
|
|
<script src="static/js/index.js" type="module"></script>
|
|
|
|
|
|
<!-- app JavaScript -->
|
|
<script src="static/js/app.js"></script> </body>
|
|
</html> |