mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 06:27:03 +01:00
New homepage video! and typo fixes
This commit is contained in:
parent
aed6192364
commit
bf74baea72
BIN
webapp/titanembeds/static/video/v2/titanembeds.mp4
Normal file
BIN
webapp/titanembeds/static/video/v2/titanembeds.mp4
Normal file
Binary file not shown.
BIN
webapp/titanembeds/static/video/v2/titanembeds.ogg
Normal file
BIN
webapp/titanembeds/static/video/v2/titanembeds.ogg
Normal file
Binary file not shown.
BIN
webapp/titanembeds/static/video/v2/titanembeds.webm
Normal file
BIN
webapp/titanembeds/static/video/v2/titanembeds.webm
Normal file
Binary file not shown.
@ -2,15 +2,15 @@
|
|||||||
{% set title="Index" %}
|
{% set title="Index" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1 class="center-align">Embed Discord like a<br><strong>true Titan</strong></h1>
|
<h1 class="center-align">Embed Discord like a<br><strong>True Titan</strong></h1>
|
||||||
<p class="flow-text center-align">Add <strong>Titan</strong> to your discord server to create your own personalized chat embed!</p>
|
<p class="flow-text center-align">Add <strong>Titan</strong> to your Discord server to create your own personalized chat embed!</p>
|
||||||
<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" autoplay loop 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='video/v2/titanembeds.mp4')}}" type="video/mp4">
|
||||||
<source src="{{url_for('static', filename='titanembeds.webm')}}" type="video/webm; codecs=vp8, vorbis">
|
<source src="{{url_for('static', filename='video/v2/titanembeds.webm')}}" type="video/webm; codecs=vp8, vorbis">
|
||||||
<source type="video/ogg; codecs=theora, vorbis" src="{{url_for('static', filename='titanembeds.ogg')}}">
|
<source type="video/ogg; codecs=theora, vorbis" src="{{url_for('static', filename='video/v2/titanembeds.ogg')}}">
|
||||||
Your browser does not support the video tag.
|
Your browser does not support the video tag.
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user