Update index.tpl.html
This commit is contained in:
parent
24e5e881aa
commit
09833c0bc7
|
@ -1,19 +1,20 @@
|
|||
<!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">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar"><a href="/">f0ck.me</a> | <a href="/how">how to</a> | <a href="/contact">Contact</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>
|
||||
<!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> | <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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user