f0ckv1/s/index.tpl.html
2016-08-18 23:12:59 +02:00

21 lines
687 B
HTML

<!DOCTYPE blah>
<html>
<head>
<title>f0ck me!</title>
<link rel="stylesheet" type="text/css" href="./s/style.css">
<link rel="icon" type="image/gif" href="./s/favicon.gif" />
</head>
<body>
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</a></div><br />
<div style="text-align: center;">
<div style="display: inline-block;">
<div class="centeredthumbs">
{% for item in items %}
<div class="mrhankyisteinneger"><a href="./{{ item.id }}" title="{{ item.mime }}"><img src="./t/{{ item.id }}.png" /></a></div>
{% endfor %}
</div>
</div>
</div>
</html>
</body>