f0ckv1/s/index.tpl.html

17 lines
528 B
HTML
Raw Normal View History

<!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 />
2016-08-17 21:18:40 +00:00
<div class="centeredthumbs">
{% for item in items %}
2016-08-17 18:34:53 +00:00
<div class="mrhankyisteinneger"><a href="./{{ item }}"><img src="./t/{{ item }}.png" /></a></div>
{% endfor %}
2016-08-17 21:18:40 +00:00
</div>
</html>
2016-08-17 18:34:53 +00:00
</body>