Basic HTML Template with Bootstrap Framework
Templates/
├── index.html
├── css/
│ ├── bootstrap.min.css
│ ├── fontawesome.min.css
│ ├── owl.carousel.css
│ └── style.css
├── js/
│ ├── jquery-3.4.1.min
│ ├── bootstrap.min.js
│ ├── popper.min.js
│ ├── owl.carousel.min
│ └── script.js
└── img/
├── ajax-loader.png
└── owl.video.play.png
- Bootstrap v4.6.0 - https://getbootstrap.com/docs/4.6/getting-started/introduction/
- Fontawesome v4.7.0 - https://fontawesome.com/v4.7.0/
- Popper JS v2.5.3 - https://popper.js.org/
- Owl Carousel 2 v2.3.4 - https://owlcarousel2.github.io/OwlCarousel2/
- jQuery v3.5.1 (URL) - https://jquery.com/
Code and documentation copyright 2020 and code released under the MIT License. Docs released under Creative Commons.