📁 Folder & Files Structure

HTML

├── Admin
    ├── src directory
        ├── assets
            ├── css
            ├── fonts
            ├── images
            ├── js
            └── scss
                ├── custom
                ├── _variables.scss
                ├── _variables-dark.scss
                ├── app.scss
                ├── bootstrap.scss
                └── icons.scss
        ├── partials
            ├── body.html
            ├── footer.html
            ├── head-css.html
            ├── horizontal.html
            ├── main.html
            ├── menu.html
            ├── page-title.html
            ├── right-sidebar.html
            ├── sidebar.html
            ├── title-meta.html
            ├── topbar.html
            └── vendor-script.html
        └── all html pages
    ├── gulpfile.js
    ├── package.json
    └── yarn.lock
© Themesbrand.
Crafted with by Themesbrand