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 356B

123456789101112131415161718192021
  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; Camotion 2015</p>
  9. <p><a href="/camotion">Back to Camotion</a></p>
  10. </div>
  11. </div>
  12. </footer>
  13. </div>
  14. </body>
  15. </html>