feat: add waiting page
This commit is contained in:
@@ -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%;
|
||||
|
||||
6
src/epub2go_web/templates/waiting.html
Normal file
6
src/epub2go_web/templates/waiting.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user