@ master | history
<html>
<head>
<title>nick's page</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="../style.css">
<h1>~ nick's page ~</h1>
<ol>
{% for cowpost in cowposts %}
<li> <a href="{{cowpost.htmltitle}}">{{cowpost.htmltitle}}</a>
{% endfor %}
</ol><br><br>
<div><img src="welcome_to_the_internet.gif" alt="welcome_to_the_internet.gif" width="800"></div>
</body>
</html>