feat: add waiting page

This commit is contained in:
eneller
2025-03-24 12:04:04 +01:00
parent 04103b82a2
commit ea3942651e
2 changed files with 9 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ small{
border-color: var(--bg-acc);
box-shadow: var(--bg-acc) 2px 2px;
}
.main-banner{
text-align: center;
}
table, tr{
/* make table not resize when elements are hidden by searching */
width: 100%;

View File

@@ -0,0 +1,6 @@
{% extends 'index.html' %}
{% block main %}
<main>
<p class="main-banner">Einen Moment bitte. Deine Datei wird heruntergeladen.</p>
</main>
{% endblock %}