Update Templates
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block head %}
|
||||
<title> TwitFix Latest</title>
|
||||
<title> TwitFix {{ page }}</title>
|
||||
<script>
|
||||
window.onload = () => {
|
||||
document.querySelector("#block>div").addEventListener('click', () => document.getElementById("block").style.display = "none");
|
||||
@ -114,7 +114,7 @@
|
||||
Potentially NSFW Content: Click here if you are over 18
|
||||
</div>
|
||||
</div>
|
||||
<div><a href="{{ repo }}">TwitFix</a> Latest Video</div>
|
||||
<div><a href="{{ repo }}">TwitFix</a> {{ page }} Video</div>
|
||||
<div>WARNING: Video content is not screened so it may contain NSFW Content</div>
|
||||
<video width="720" height="480" controls>
|
||||
<source src="{{ vidlink }}" type="video/mp4">
|
||||
@ -130,4 +130,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user