This commit is contained in:
Dylan
2024-05-17 16:59:34 +01:00
parent 21c45d9dba
commit af4520eb3a
2 changed files with 9 additions and 2 deletions

7
templates/rawimage.html Normal file
View File

@ -0,0 +1,7 @@
{% extends 'base.html' %} {% block head %}
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="{{ media['url'] }}" />
<meta http-equiv="refresh" content="0; url = {{ media['url'] }}" /> {% endblock %} {% block body %} Redirecting you to the video in a moment. <a href="{{ media['url'] }}">Or click here.</a> {% endblock %}