modified: s/contact.tpl.html

modified:   s/how.tpl.html
	modified:   s/index.tpl.html
	modified:   s/style.css
	modified:   src/main.js
This commit is contained in:
Flummi
2016-08-16 18:08:55 +02:00
parent f9cc03e805
commit e4481b65cc
5 changed files with 20 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<link rel="icon" type="image/gif" href="./s/favicon.gif" />
</head>
<body>
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how" target="_blank">how to</a> | <a href="/contact" target="_blank">Contact</a></div><br />
<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>