You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

footer.html 292B

1234567891011121314151617181920
  1. <!-- /.container -->
  2. <div class="container">
  3. <hr>
  4. <!-- Footer -->
  5. <footer>
  6. <div class="row">
  7. <div class="col-lg-12 text-center">
  8. <p>Copyright &copy; Train Me 2015</p>
  9. </div>
  10. </div>
  11. </footer>
  12. </div>
  13. </body>
  14. </html>