Project Overview
Biz Admin is a responsive backend management template based on Bootstrap 4, featuring dashboards, forms, tables, charts, UI components, and various page examples. It is suitable for rapid development of enterprise backends, CMS, CRM, and other management systems. The template offers multiple layout styles (regular, boxed, dark) and skin themes.
Tech Stack
- Bootstrap 4 (core CSS framework)
- jQuery (interaction logic)
- Google Fonts (Poppins font)
- Font Awesome, Themify Icons, Simple Line Icons, ET Line Icons (icon libraries)
- Chart.js, Morris, Peity, etc. (chart components)
Project Structure
bizadminhtml-10/
└── MainDownload-BizAdmin-html5-template/
├── help-documentation/ # Online documentation entry
│ ├── index.html
│ ├── css/
│ └── images/
└── html/ # Template main directory
├── main/ # Regular layout homepage
├── boxed/ # Boxed layout (includes charts, forms, tables, UI, etc.)
├── dark/ # Dark theme layout
└── dist/ # Public assets (CSS, JS, images)
Core File Description
html/main/index.html— Main layout dashboard entry, integrates full navigation and content areahtml/boxed/— Boxed layout page collection, includes 30+ example pages for charts, forms, tables, etc.html/dark/— Dark theme layout, same structure as main but with different color schemedist/css/style.css— Theme core stylesheetdist/bootstrap/css/bootstrap.min.css— Bootstrap 4 base frameworkhelp-documentation/index.html— Official template usage documentation
Quick Start
This project is a pure static template with no build tools required. Simply open the following files in your browser to preview:
html/boxed/index.html # Boxed layout homepage
html/main/index.html # Regular layout homepage
html/dark/index.html # Dark theme homepage
Or start any local HTTP server (e.g., python -m http.server) and access the corresponding paths.
Usage Suggestions
Choose the layout style (main/boxed/dark) as needed. Quickly customize your brand identity by replacing the logo images in dist/img/. For development, it is recommended to use html/boxed/index.html as the base framework and add or remove page modules based on business requirements.
