footer.html 340 B

1234567891011
  1. <div class="footer">
  2. <div class="container">
  3. {% include footer-links.html %}
  4. <small>
  5. <a href="http://getbootstrap.com">Bootstrap</a> is a front-end framework for fast, sleek, and mobile-first web development.<br>
  6. <a href="http://select2.com">Select2</a> is a jQuery based replacement for select boxes.
  7. </small>
  8. </div>
  9. </div>