<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<h1>My First Bootstrap Page</h1>
<p>This is some text.</p>
<div class="well">
<form>
<input type="text" class="span2" placeholder="Username">
<input type="Password" class="span2" placeholder="Password">
</form>
</div>
</div>