Personal website https://benkurtovic.com/
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

404.html 1.2 KiB

13 lat temu
13 lat temu
13 lat temu
10 lat temu
13 lat temu
10 lat temu
13 lat temu
12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>404 - Earwig</title>
  6. <link rel="stylesheet" href="/static/main.css" type="text/css" />
  7. </head>
  8. <body>
  9. <div id="container">
  10. <div id="header">
  11. <h1 id="head"><a class="incognito" href="/">&iexcl;puno&#8498; &#647;o&#7438; &#58;&#5421;0&#5421;</a></h1>
  12. </div>
  13. <div id="content">
  14. <div id="post">
  15. <p>The page you're looking for doesn't exist &ndash; and I thought I had designed everything so well! *sniff*</p>
  16. <p>Did I delete it? Did I redesign my site and move everything around aimlessly? WAS IT ABDUCTED BY ALIENS!? Who knows? Not my web server.</p>
  17. <p>Well, you're welcome to <a href="/">look around a bit</a>!</p>
  18. </div>
  19. </div>
  20. <div id="footer">
  21. <p>Copyright &copy; 2011&ndash;2014 Ben Kurtovic &bull; <a href="//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. </body>
  25. </html>