Update index.tpl.html
This commit is contained in:
parent
b3be06fd52
commit
d782f0692e
@ -4,10 +4,11 @@
|
|||||||
<title>f0ck me!</title>
|
<title>f0ck me!</title>
|
||||||
<link rel="icon" type="image/gif" href="./s/favicon.gif" />
|
<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/style.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="./s/master.css">
|
||||||
<link rel="stylesheet" type="text/css" href="./s/indexstyle.css">
|
<link rel="stylesheet" type="text/css" href="./s/indexstyle.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
<div class="navbar"><a href="/"><img class="van" src="./s/f0ck_small.png" alt="f0ck Logo"></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 }}">
|
<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>
|
{% 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 %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user