cowsay-blog / cowtemplate.html

@ bc795ff2c88a7e6d3e63e0ae5a1a7c985d2fd7dd | history


<html>
  <head>
    <title>nick's tilde.farm page</title>
  </head>
  <body>
    <style type="text/css">
      body {background-color: black;
            color: rgb(255,225,148);
            width: 800;
            padding: 4em;
            font-family: Ubuntu Mono,
                         DejaVu Sans Mono, 
                         Droid Sans Mono, 
                         Liberation Mono, 
                         Monospace;}
      a { color: rgb(0,255,0); }
      a:visited { color: rgb(0,192,0) }
      a:hover { color: white; }
      * { font-size: 12pt; }
    </style>
    <h1><font color="lime">~~~~this is nick's tilde.farm page~~~~</font></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. <font color="HotPink">nick at tilde dot farm</font></h2>
    <pre>
{% for cowpost in cowposts %}
<font color="cyan">{{cowpost.date}}</font>
{{cowpost.cowtext}}
{% endfor %}
</body>
</html>