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

10
templates/settings.html Normal file
View file

@ -0,0 +1,10 @@
{% extends 'layout.html' %}
{% block content %}
<header>
<img src="{{ url_for('static', filename='images/leaves.jpg') }}" alt="leaves"/>
<span></span>
</header>
<div class="app">
<h1>Settings</h1>
</div>
{% endblock %}