9542f76ce7
This reverts commit 8c3c84ce29
21 lines
840 B
HTML
21 lines
840 B
HTML
<!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>
|
|
<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>
|
|
<ul id="posts" data-last="{{ last }}">
|
|
{% for item in items %}<li class="post"><a href="./{{ item.id }}" title="{{ item.mime }}"><img class="thumb" src="./t/{{ item.id }}.png" /></a></li>
|
|
{% 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>
|