Personal website https://benkurtovic.com/
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
1.2 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>{{ page.title }} - Earwig</title>
  6. <link rel="stylesheet" href="/css/main.css" type="text/css" />
  7. <link rel="stylesheet" href="/css/syntax.css" type="text/css" /> <!-- shamelessly stolen from https://github.com/mojombo/tpw/blob/master/css/syntax.css -->
  8. <script src="/js/date_format.js" type="text/javascript"></script>
  9. <script src="/js/tweets.js" type="text/javascript"></script>
  10. </head>
  11. <body onload="load_tweets();">
  12. <div id="forkme-box">
  13. <a href="http://github.com/earwig">
  14. <img id="forkme" src="/images/forkme.png" title="Fork me on GitHub" alt="Fork me on GitHub" />
  15. </a>
  16. </div>
  17. <div id="everything">
  18. <div id="container">
  19. {{ content }}
  20. <div id="footer">
  21. <p>Copyright &copy; 2011&ndash;2013 Ben Kurtovic &bull; <a href="http://github.com/earwig/earwig.github.com">View Source</a> &bull; <a href="http://validator.w3.org/check?uri=referer">Valid HTML5</a></p>
  22. </div>
  23. </div>
  24. </div>
  25. </body>
  26. </html>