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.

преди 13 години
преди 12 години
преди 12 години
преди 13 години
преди 12 години
преди 13 години
преди 12 години
1234567891011121314151617181920212223242526
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; 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;2012 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 XHTML 1.0 Strict</a></p>
  22. </div>
  23. </div>
  24. </div>
  25. </body>
  26. </html>