logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

template.shtml (317B)


  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--#include file="/templates/head.shtml" -->
  5. <title>Template — lanodan’s cyber-home</title>
  6. </head>
  7. <body>
  8. <!--#include file="/templates/en/nav.shtml" -->
  9. <main>
  10. </main>
  11. <!--#include file="/templates/en/footer.shtml" -->
  12. </body>
  13. </html>