Admin Dashboard HTML CSS JS Free download
Admin templates are simply HTML markups of designs that are suited for admin-side applications. Admin templates come equipped with powerful UI components, widgets, forms, tables, charts, pages, and applications, Bootstrap has a wide range of UI components that can be extended easily using plugins and add-ons.
Step 1: Admin Dashboard User
hotel/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<title>Dreamchat - Dashboard</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/feathericon.min.css">
<link rel="stylesheet" href="assets/plugins/morris/morris.css">
<link rel="stylesheet" href="assets/css/style.css"> </head>
<body>
<div class="main-wrapper">
</div>
<script src="assets/js/jquery-3.6.0.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/plugins/slimscroll/jquery.slimscroll.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>
Tags:
Bootstrap