feat: add waiting page
This commit is contained in:
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