mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-04-03 15:41:56 +02:00
Updated video to HD
This commit is contained in:
parent
331d76df6d
commit
db71ffae02
Binary file not shown.
BIN
titanembeds/static/titanembeds.ogg
Normal file
BIN
titanembeds/static/titanembeds.ogg
Normal file
Binary file not shown.
BIN
titanembeds/static/titanembeds.webm
Normal file
BIN
titanembeds/static/titanembeds.webm
Normal file
Binary file not shown.
@ -7,9 +7,11 @@
|
|||||||
<a class="waves-effect waves-light btn btn-large center_content" href="{{ url_for('user.dashboard') }}">Start here!</a>
|
<a class="waves-effect waves-light btn btn-large center_content" href="{{ url_for('user.dashboard') }}">Start here!</a>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
<div style="display: flex;align-items: center;">
|
<div style="display: flex;align-items: center;">
|
||||||
<video preload="true" loop autoplay style="width:100%; border-radius: 10px;">
|
<video preload="true" autoplay loop style="width:100%; border-radius: 10px;">
|
||||||
<source src="{{ url_for('static', filename='titanembeds.mp4') }}" type="video/mp4">
|
<source src="{{url_for('static', filename='titanembeds.mp4')}}" type="video/mp4">
|
||||||
Your browser does not support the video tag.
|
<source src="{{url_for('static', filename='titanembeds.webm')}}" type="video/webm; codecs=vp8, vorbis">
|
||||||
</video>
|
<source type="video/ogg; codecs=theora, vorbis" src="{{url_for('static', filename='titanembeds.ogg')}}">
|
||||||
|
Your browser does not support the video tag.
|
||||||
|
</video>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user