2016-08-16 13:29:32 +02:00
|
|
|
<!DOCTYPE blah>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>f0ck me!</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="./s/style.css">
|
2016-08-16 15:48:37 +02:00
|
|
|
<link rel="icon" type="image/gif" href="./s/favicon.gif" />
|
2016-08-16 13:29:32 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2016-08-16 18:08:55 +02:00
|
|
|
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</a></div><br />
|
2016-08-18 00:08:33 +02:00
|
|
|
<div style="text-align: center;">
|
|
|
|
<div style="display: inline-block;">
|
|
|
|
<div class="centeredthumbs">
|
|
|
|
{% for item in items %}
|
2016-08-18 23:12:59 +02:00
|
|
|
<div class="mrhankyisteinneger"><a href="./{{ item.id }}" title="{{ item.mime }}"><img src="./t/{{ item.id }}.png" /></a></div>
|
2016-08-18 00:08:33 +02:00
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-08-16 13:29:32 +02:00
|
|
|
</html>
|
2016-08-17 20:34:53 +02:00
|
|
|
</body>
|