Update index.tpl.html

This commit is contained in:
noxy 2017-09-03 19:13:00 +00:00
parent b3be06fd52
commit d782f0692e

View File

@ -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 %}