86 lines
3.2 KiB
HTML
86 lines
3.2 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 p-5">
|
|
<div class="card-body">
|
|
<div class="auth-logo">
|
|
<img src="static/picture/logo.png" class="img-fluid rounded-normal darkmode-logo" alt="logo">
|
|
<img src="static/picture/logo-dark.png" class="img-fluid rounded-normal light-logo" alt="logo">
|
|
</div>
|
|
<h3 class="mb-3 text-center">Reset Password</h3>
|
|
<p class="text-center small text-secondary mb-3">You can reset your password here</p>
|
|
<form>
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="form-group">
|
|
<label class="text-secondary">Email</label>
|
|
<input class="form-control" type="email" placeholder="Enter Email">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<button type="submit" class="btn btn-primary btn-block">Reset Password</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> |