new file: s/contact.tpl.html

new file:   s/favicon.gif
	new file:   s/how.tpl.html
	modified:   s/index.tpl.html
	modified:   s/item.tpl.html
	modified:   s/style.css
	modified:   src/main.js
	deleted:    s/irccat.gif
This commit is contained in:
Flummi
2016-08-16 15:48:37 +02:00
parent 244fa1053f
commit ade9d27c18
8 changed files with 72 additions and 23 deletions

View File

@ -3,11 +3,11 @@
<head>
<title>{{ id }} - f0ck.me</title>
<link rel="stylesheet" type="text/css" href="./s/style.css">
<link rel="favicon" type="image/png" href="./s/faviconf0ck.png" />
<link rel="icon" type="image/gif" href="./s/favicon.gif" />
</head>
<body>
<h4><a href="/">f0ck.me</a></h4>
<div class="id">[ID: {{ id }} | by: {{ username }}]</div>
<div class="return"><a href="/" title="return to main">f0ck.me</a></div><br />
<div class="medium">
{% if item == "video" %}
<video src="{{ dest }}" style="max-width: 1024px" autoplay controls loop></video>
@ -19,7 +19,7 @@
<img src="{{ dest }}" style="max-width: 1024px" />
{% endif %}
</div>
<div class="controls">controls f&uuml;r vor und zur&uuml;ck :^)</div>
<div class="controls">controls f&uuml;r vor und zur&uuml;ck :^)</div><br />
<div class="info">
<span class="src">src: <a href="{{ src }}" target="_blank">{{ src }}</a></span><br />
<span class="dest">dest: {{ dest }}</span><br />