index.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Caleb's Homepage</title>
  6. <link rel="shortcut icon" href="/csh/favicon.ico" type="image/x-icon"/>
  7. <link rel="stylesheet" type="text/css" href="stylesheet.css"/>
  8. </head>
  9. <body>
  10. <header>
  11. <p><a href="/csh"><img src="/csh/homeicon" alt="csh"/></a></p>
  12. <nav><ul>
  13. <!-- <li><a href="/csh/about">About</a></li> -->
  14. <li><a href="/csh/blog/">Blog</a></li>
  15. <li><a href="http://roaming-initiative.net/mediagoblin/u/csh/">Media</a></li>
  16. <li><a href="http://www.freedomporn.org/smut/User:Calher">FreedomPorn</a></li>
  17. <li><a href="https://quitter.se/c107feed">Social</a></li>
  18. <li><a href="https://notabug.org/csh/">Git</a></li>
  19. <li><a href="takeout">Takeout</a></li>
  20. <li><a href="recipes">Recipes</a></li>
  21. <li><a href="startpage">Start Page</a></li>
  22. <li><a href="/csh/contact">Contact</a></li>
  23. </ul></nav>
  24. </header>
  25. <h1>Hi, I'm Caleb</h1>
  26. <p>
  27. I like foreign languages, computers and stuff.</p>
  28. <p>
  29. Since I
  30. <a href="https://www.w3.org/Provider/Style/URI">don't like change</a> and
  31. <a href="http://brandon.invergo.net/news/2013-03-10-Anti-web-design-Manifesto.html">hate web design</a>,
  32. I'm only putting stuff here if you've been asking me the same stuff
  33. over and over.</p>
  34. <hr/>
  35. <footer>
  36. <p>Last updated: 2017-11-11 01:12:06 CST.</p>
  37. <p>
  38. Copyright 2017 Caleb Herbert under the terms of the
  39. <a href="https://creativecommons.org/licenses/by/4.0/">Attribution
  40. 4.0 International</a> license.</p>
  41. </footer>
  42. </body>
  43. </html>