【Datum_UImodel】后台组件模板
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
|
||||
|
||||
<!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-fluid 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="row align-items-center">
|
||||
<div class="col-lg-12 text-center">
|
||||
<img src="static/picture/logo.png" class="img-fluid rounded-normal darkmode-logo" width="80" alt="logo">
|
||||
<img src="static/picture/logo-dark.png" class="img-fluid rounded-normal light-logo" width="80" alt="logo">
|
||||
<h2 class="mt-3 mb-0">Success !</h2>
|
||||
<p class="mb-1">A email has been send to <a href="javascript:;" class="__cf_email__" data-cfemail="2e57415b5c4b434f47426e4a41434f4740004d414300">[email protected]</a> Please check for an
|
||||
email from company and click
|
||||
on the included link to reset your password.</p>
|
||||
<div class="d-inline-block w-100">
|
||||
<a href="index.html" class="btn btn-primary mt-3">
|
||||
<svg width="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path>
|
||||
</svg>
|
||||
<span>Back to Home</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<!-- Backend Bundle JavaScript -->
|
||||
<script data-cfasync="false" src="https://www.17sucai.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><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>
|
||||
Reference in New Issue
Block a user