Personal blog written from scratch using Node.js, Bootstrap, and MySQL. https://jrtechs.net
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.

27 lines
630 B

  1. <!-- END w3-content -->
  2. </div>
  3. </div>
  4. </div>
  5. <!-- Footer -->
  6. <footer class="w3-container w3-dark-grey w3-padding-32 w3-margin-top">
  7. <div class="w3-row">
  8. <div class="w3-third w3-container">
  9. </div>
  10. <div class="w3-third w3-container">
  11. </div>
  12. <div class="w3-third w3-container">
  13. </div>
  14. </div>
  15. <div class="w3-center">Copyright &copy; <a href="https://jrtechs.net">Jrtechs.net</a> 2018</div>
  16. </footer>
  17. <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/highlight.min.js"></script>
  18. <script>hljs.initHighlightingOnLoad();</script>
  19. </body>
  20. </html>