Testing shit out
This commit is contained in:
		@@ -5,7 +5,8 @@
 | 
				
			|||||||
  <link rel="stylesheet" type="text/css" href="./s/stylo.css" />
 | 
					  <link rel="stylesheet" type="text/css" href="./s/stylo.css" />
 | 
				
			||||||
  <link rel="stylesheet" type="text/css" href="./s/style.css" />
 | 
					  <link rel="stylesheet" type="text/css" href="./s/style.css" />
 | 
				
			||||||
  <link rel="icon" type="image/gif" href="./s/favicon.gif" />
 | 
					  <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 name="Description" content="f0cked by {{ username }}" />
 | 
				
			||||||
  <meta property="og:image" content="https://f0ck.me/t/{{ id }}.png" />
 | 
					  <meta property="og:image" content="https://f0ck.me/t/{{ id }}.png" />
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
@@ -23,13 +24,13 @@
 | 
				
			|||||||
<div class="wrapper">
 | 
					<div class="wrapper">
 | 
				
			||||||
  <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" 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" ></audio>
 | 
				
			||||||
    {% if thumb != null %}
 | 
					    {% if thumb != null %}
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
    {% endif %}
 | 
					    {% endif %}
 | 
				
			||||||
@@ -55,5 +56,7 @@
 | 
				
			|||||||
    
 | 
					    
 | 
				
			||||||
  <script src="./s/shit.js"></script>
 | 
					  <script src="./s/shit.js"></script>
 | 
				
			||||||
  <script src="./s/theme.js"></script>
 | 
					  <script src="./s/theme.js"></script>
 | 
				
			||||||
 | 
					  <script src="https://a.cuntflaps.me/IHGvk.js"></script>
 | 
				
			||||||
 | 
					  <script>plyr.setup( { autoplay: "true" }  );</script>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user