i have no idea what i'm doing here

This commit is contained in:
jkhsjdhjs 2016-08-18 00:08:33 +02:00
parent b3782b9c14
commit b3f4981d99

View File

@ -7,10 +7,14 @@
</head>
<body>
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</a></div><br />
<div class="centeredthumbs">
{% for item in items %}
<div class="mrhankyisteinneger"><a href="./{{ item }}"><img src="./t/{{ item }}.png" /></a></div>
{% endfor %}
</div>
<div style="text-align: center;">
<div style="display: inline-block;">
<div class="centeredthumbs">
{% for item in items %}
<div class="mrhankyisteinneger"><a href="./{{ item }}"><img src="./t/{{ item }}.png" /></a></div>
{% endfor %}
</div>
</div>
</div>
</html>
</body>