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.

26 lines
611 B

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