Basic HTML Template with Bootstrap Framework
Templates/
├── index.html
├── css/
│ ├── bootstrap.min.css
│ └── style.css
├── js/
│ ├── jquery-3.7.1.min
│ ├── bootstrap.bundle.min.js
│ └── script.js
└── img/
└── favicons/
├── favicon-16x16.png
├── favicon-32x32.png
├── apple-touch-icon.png
└── favicon.ico
- Bootstrap v5.3.3 - https://getbootstrap.com/docs/5.3/getting-started/introduction/
- jQuery v3.7.1 (URL) - https://jquery.com/
Code and documentation copyright 2024, version 5.3.3 and code released under the MIT License. Docs released under Creative Commons.