Switched from flask-bootstrap to standalone Bootstrap 5 and overhaul of UI

This commit is contained in:
Maximilian Wagner
2023-08-03 16:57:57 +02:00
parent d1489c134b
commit 0f2b607e88
55 changed files with 59032 additions and 134 deletions

View File

@@ -0,0 +1,12 @@
{%- extends "base.html" %}
{% block content %}
{{ super() }}
<div class="container-fluid">
<div id="trailer" class="section d-flex justify-content-center embed-responsive embed-responsive-16by9">
<video class="embed-responsive-item" style="width: 100%; padding: 1.5%; height: auto" controls>
<source src="serve?file=video" type="video/webm">
</video>
</div>
</div>
{%- endblock %}