【Datum_UImodel】后台组件模板
This commit is contained in:
@@ -0,0 +1,93 @@
|
||||
|
||||
|
||||
|
||||
<!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="row align-items-center">
|
||||
<div class="col-lg-12">
|
||||
<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" alt="user-icon" class="img-fluid rounded-normal light-logo">
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<h2 class="mb-2">Hi ! Barry Tech</h2>
|
||||
<p>Enter your password to access the admin.</p>
|
||||
</div>
|
||||
<form>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="form-group">
|
||||
<label>Password</label>
|
||||
<input class="form-control" type="password" placeholder="********">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary btn-block">Login</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</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>
|
||||
Reference in New Issue
Block a user