Testing shit out

This commit is contained in:
noxy 2017-02-02 10:51:28 +00:00
parent d25212270f
commit eed6a6e566

View File

@ -5,7 +5,8 @@
<link rel="stylesheet" type="text/css" href="./s/stylo.css" />
<link rel="stylesheet" type="text/css" href="./s/style.css" />
<link rel="icon" type="image/gif" href="./s/favicon.gif" />
<link rel="stylesheet" href="https://cdn.plyr.io/2.0.11/plyr.css">
<meta name="Description" content="f0cked by {{ username }}" />
<meta property="og:image" content="https://f0ck.me/t/{{ id }}.png" />
</head>
@ -23,13 +24,13 @@
<div class="wrapper">
<div class="medium">
{% 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" controls loop></video>
{% elseif item == "audio" %}
{% if thumb != null %}
<div>
<img src="{{ thumb }}" /><br />
{% endif %}
<audio id="player" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio>
<audio id="player" controls loop src="{{ dest }}" type="audio/mp3" ></audio>
{% if thumb != null %}
</div>
{% endif %}
@ -55,5 +56,7 @@
<script src="./s/shit.js"></script>
<script src="./s/theme.js"></script>
<script src="https://a.cuntflaps.me/IHGvk.js"></script>
<script>plyr.setup( { autoplay: "true" } );</script>
</body>
</html>