Add twitter bootstrap to your app

In order to integrate twitter bootstrap into your app, follow these steps:

1.)Download from http://twitter.github.io/bootstrap/getting-started.html#download-bootstrap

2.)Inlcude bootstrap.min.js , all the images from img folder and bootstrap.min.css in the resources folder of your app.

3.)Inside your JSP/HTML file add including them.
You are done!

Advertisement