f0ckv1/s/index.tpl.html

21 lines
832 B
HTML
Raw Normal View History

2017-02-02 13:22:00 +00:00
<!DOCTYPE blah>
<html>
<head>
<title>f0ck me!</title>
<link rel="icon" type="image/gif" href="./s/favicon.gif" />
<link rel="stylesheet" type="text/css" href="./s/style.css">
<link rel="stylesheet" type="text/css" href="./s/indexstyle.css">
</head>
<body>
2017-02-05 10:19:48 +00:00
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</a> | <a href="/random">Random</a> | <span id="themes"></span></div>
2017-02-02 13:22:00 +00:00
<ul id="posts" data-last="{{ last }}">
2017-03-31 17:31:53 +00:00
{% for item in items %}<li class="post"><a href="./{{ item.id }}" title="{{ item.mime }}"><img class="thumb" src="./t/16430.png" /></a></li>
2017-02-02 13:22:00 +00:00
{% endfor %}
</ul>
<script src="./s/jquery-3.1.0.min.js"></script>
<script src="./s/scroller.js"></script>
<script src="./s/shit.js"></script>
<script src="./s/theme.js"></script>
</body>
</html>