cowsay-blog / cowtemplate.html

@ dad84eda53c1a7f717a36b0d0b6d215a8a738e9a | history


<html>
  <head>
    <title>nick's tilde.farm page</title>
  </head>
  <body>
    <link rel="stylesheet" type="text/css" href="style.css">
    <h1>~ nick at tilde dot farm ~</h1>
    <h2>Optimized for 800x600 -- Welcome to the farm.<br><br>You know when you talk to God as a kid, but then you realize that what you were trying to convince yourself was God responding to your prayers was just more of your own internal monologue? I do.</h2>
    <div>
        <div style="float:left">
{% for cowpost in cowposts %}<pre>
<a href="cowposts/{{cowpost.htmltitle}}"><p class=cowdate>{{cowpost.date}}</p></a>{{cowpost.cowtext}}
</pre>
{% endfor %}
        </div>
        <div style="float:right">
            <h2>Here's some other stuff:</h2>
            <ul>
                <li><a href="http://lt-dan.tumblr.com">Lieutenant Dan</a>
                <li><a href="http://nickmykins.com:5000">Random Java class name</a>
                <li><a href="http://comics-jam.tumblr.com">Comics Jam</a>
                <li><a href="http://github.com/nmyk/cowsay-blog">This site</a>
                <li><a href="http://tilde.farm">~ Join us ~</a>
            </ul>
            <br>
            About me: <br>
            <pre>
 ____________________ 
/ I am programmed to \
\ tell the truth     /
 -------------------- 
        \   ^__^
         \  (##)\_______
            (__)\       )\/\
                ||----w |
   <font color=green>\|/</font>          ||     ||
             </pre>
             <br>
             <a href="cowposts">All posts</a>
        </div>
  </body>
</html>