mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 02:14:33 +00:00
Update video.html
This commit is contained in:
parent
7a1c62a681
commit
e8a190bf47
1 changed files with 6 additions and 2 deletions
|
|
@ -1,13 +1,17 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block head %}
|
||||
{% block opengraph %}
|
||||
<meta property="og:title" content="{{ filename }} ({{ size }})" />
|
||||
<meta property="og:type" content="video.other">
|
||||
<meta property="og:url" content="{{ siteurl }}{{ sitepath }}{{ filename }}" />
|
||||
<meta property="og:video" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block twittercard %}{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<video class="display-video" controls autoplay>
|
||||
<source src="{{ sitepath }}{{ selifpath }}{{ filename }}" />
|
||||
<a href='{{ sitepath }}{{ selifpath }}{{ filename }}'>Download it instead</a>
|
||||
</video>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue