cowsay-blog / cowposttemplate.html

@ f4a66bd395590c8e74952d0d74d9a4ae554c51ad | history


<html>
  <head>
    <title>nick's page</title>
  </head>
  <body>
  <div class="body_narrow">
    <link rel="stylesheet" type="text/css" href="../style.css">
    <h1>~ nick's page ~</h1>
    <pre>
    <p class=cowdate>{{cowpost.date}}</p>{{cowpost.cowtext}}
    </pre>
    <a href="../index.html">~ home</a>
  </div>
  </body>
</html>