2017-03-26 05:31:47 +02:00
|
|
|
{% extends 'site_layout.html.j2' %}
|
2017-03-25 08:52:56 +01:00
|
|
|
{% block title %}Index{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
<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>
|
|
|
|
<a class="waves-effect waves-light btn btn-large center_content" href="{{ url_for('user.dashboard') }}">Start here!</a>
|
|
|
|
<br /><br />
|
|
|
|
<div style="display: flex;align-items: center;">
|
2017-04-06 06:32:38 +02:00
|
|
|
<video preload="true" loop autoplay style="width:100%; border-radius: 10px;">
|
|
|
|
<source src="{{ url_for('static', filename='titanembeds.mp4') }}" type="video/mp4">
|
2017-03-25 08:52:56 +01:00
|
|
|
Your browser does not support the video tag.
|
2017-04-06 06:32:38 +02:00
|
|
|
</video>
|
2017-03-25 08:52:56 +01:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|