Adding Upload page

Added templates for main pages
Updated Nav urls
Made error page prettier
This commit is contained in:
Michał Gdula 2023-01-09 21:07:02 +00:00
parent f730ecd0c9
commit c3096a8ca3
12 changed files with 138 additions and 36 deletions

View file

@ -4,7 +4,7 @@
<img src="{{ url_for('static', filename='images/leaves.jpg') }}" alt="leaves"/>
<span></span>
</header>
<div class="app">
<div class="app err-warning">
<h1>{{error}}</h1>
<p>{{msg}}</p>
</div>