f0ckv1/s/index.tpl.html
Flummi e4481b65cc modified: s/contact.tpl.html
modified:   s/how.tpl.html
	modified:   s/index.tpl.html
	modified:   s/style.css
	modified:   src/main.js
2016-08-16 18:08:55 +02:00

13 lines
480 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 />
{% for item in items %}<div class="mrhankyisteinneger"><a href="./{{ item }}"><img src="./t/{{ item }}.png" /></a></div>
{% endfor %}
</html>
</body>