Bootstrap 3 Template

This is a simple Twitter Bootstrap 3 template. You can fork it to get a ready to use Bootstrap 3 fiddle.

by meatHucker

HTML

<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<div class="container">
    
   
    <form class="form-horizontal">
        <div class="form-group">
            <label class="col-sm-4 control-label">Reservation Name</label>
            <div class="col-sm-8">
              <input type="text" class="form-control" ng-model="reservation.callerName" />
            </div>
         </div>
        <div class="form-group">
            <label class="col-sm-4 control-label">Repeat</label>
            <div class="col-sm-8">
              <div class="form-control-static"><input type="checkbox" id="repeat"/></div>
            </div>
         </div>
        
       
    </form>
    
    
</div>

CSS

/* Latest compiled and minified CSS included as External Resource*/

/* Optional theme */
/*@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');*/

body {
    margin: 10px;
}

JavaScript

/* Latest compiled and minified JavaScript included as External Resource */