"Simple Footer"
Bootstrap 3.1.0 Snippet by KevinHenson

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/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"> <div class="row"> <hr> <div class="col-lg-12"> <div class="col-md-8"> <a href="#">Terms of Service</a> | <a href="#">Privacy</a> </div> <div class="col-md-4"> <p class="muted pull-right">© 2013 Company Name. All rights reserved</p> </div> </div> </div> </div>

Related: See More


Questions / Comments: