Add the latest page template

This commit is contained in:
Robin Universe 2021-12-02 18:59:53 -06:00 committed by GitHub
parent 3ab59daf28
commit 1a8e7b9acf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
templates/inline.html Normal file
View file

@ -0,0 +1,15 @@
<div id="block" onclick="unblock();">
Potentially NSFW Content: Click if you are over 18
</div>
<a href="{{ repo }}">TwitFix</a> Latest Video </br>
WARNING: Video content is not screened so may contain NSFW Content </br></br>
<video width="720" height="480" controls>
<source src="{{ vidlink }}" type="video/mp4">
</video>
</br></br>
<a href="{{ tweet }}">Original Tweet</a></br>
Original Author: {{ user }} </br>
<button onClick="window.location.reload();">Another?</button>
<button onclick="navigator.clipboard.writeText('{{ vidlink }}');
">Copy Link!</button>
{% endblock %}