123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Caleb's Homepage</title>
- <link rel="shortcut icon" href="/csh/favicon.ico" type="image/x-icon"/>
- <link rel="stylesheet" type="text/css" href="stylesheet.css"/>
- </head>
- <body>
- <header>
- <p><a href="/csh"><img src="/csh/homeicon" alt="csh"/></a></p>
- <nav><ul>
- <!-- <li><a href="/csh/about">About</a></li> -->
- <li><a href="/csh/blog/">Blog</a></li>
- <li><a href="http://roaming-initiative.net/mediagoblin/u/csh/">Media</a></li>
- <li><a href="http://www.freedomporn.org/smut/User:Calher">FreedomPorn</a></li>
- <li><a href="https://quitter.se/c107feed">Social</a></li>
- <li><a href="https://notabug.org/csh/">Git</a></li>
- <li><a href="takeout">Takeout</a></li>
- <li><a href="recipes">Recipes</a></li>
- <li><a href="startpage">Start Page</a></li>
- <li><a href="/csh/contact">Contact</a></li>
- </ul></nav>
-
- </header>
- <h1>Hi, I'm Caleb</h1>
- <p>
- I like foreign languages, computers and stuff.</p>
- <p>
- Since I
- <a href="https://www.w3.org/Provider/Style/URI">don't like change</a> and
- <a href="http://brandon.invergo.net/news/2013-03-10-Anti-web-design-Manifesto.html">hate web design</a>,
- I'm only putting stuff here if you've been asking me the same stuff
- over and over.</p>
- <hr/>
- <footer>
- <p>Last updated: 2017-11-11 01:12:06 CST.</p>
- <p>
- Copyright 2017 Caleb Herbert under the terms of the
- <a href="https://creativecommons.org/licenses/by/4.0/">Attribution
- 4.0 International</a> license.</p>
- </footer>
- </body>
- </html>
|