logo

blog

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

404.shtml (421B)


  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <!--#include file="templates/head.shtml" -->
  5. <title>404 not found</title>
  6. </head>
  7. <body>
  8. <!--#include file="templates/en/nav.shtml" -->
  9. <main>
  10. <h1><em>Oops</em> you found a <em>Dead Link !</em></h1>
  11. <!--#include file="images/deadlink.svg" -->
  12. </main>
  13. <!--#include file="templates/en/footer.shtml" -->
  14. </body>
  15. </html>