Schönheitsoperation [Insert Botox]
This commit is contained in:
parent
f463c8e224
commit
1349872ec5
|
@ -10,29 +10,30 @@
|
||||||
<div class="return"><a href="/" title="return to main">f0ck.me</a></div>
|
<div class="return"><a href="/" title="return to main">f0ck.me</a></div>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
{% if next != null %}
|
{% if next != null %}
|
||||||
<a id="next" href="/{{ next }}"><<-</a> |
|
<a id="next" href="/{{ next }}"><<-</a> |
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a id="random" href="/random">random</a>
|
<a id="random" href="/random">random</a>
|
||||||
{% if prev != null %}
|
{% if prev != null %}
|
||||||
| <a id="prev" href="/{{ prev }}">->></a>
|
| <a id="prev" href="/{{ prev }}">->></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="medium">
|
<div class="medium">
|
||||||
{% if item == "video" %}
|
{% if item == "video" %}
|
||||||
<video id="player" src="{{ dest }}" style="max-width: 1280px; height: 50%;" preload="auto" autoplay controls loop></video>
|
<video id="player" src="{{ dest }}" style="max-width: 1280px; height: 50%;" preload="auto" autoplay controls loop></video>
|
||||||
{% elseif item == "audio" %}
|
{% elseif item == "audio" %}
|
||||||
{% if thumb != null %}
|
{% if thumb != null %}
|
||||||
<div>
|
<div>
|
||||||
<img src="{{ thumb }}" /><br />
|
<img src="{{ thumb }}" /><br />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<audio id="player" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio>
|
<audio id="player" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio>
|
||||||
{% if thumb != null %}
|
{% if thumb != null %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elseif item == "image" %}
|
{% elseif item == "image" %}
|
||||||
<a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 640px;height:auto;" /></a>
|
<a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 640px;height:auto;" /></a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<h1>404 - Not f0cked</h1>
|
<h1>404 - Not f0cked</h1>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="panel info">
|
<div class="panel info">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user