Start on Upload page

Remove reduntant Exiting text
Rename css folder to theme
This commit is contained in:
Michał Gdula 2023-01-08 22:27:01 +00:00
parent d85ac5f103
commit f730ecd0c9
7 changed files with 63 additions and 61 deletions

14
templates/upload.html Normal file
View file

@ -0,0 +1,14 @@
{% extends 'layout.html' %}
{% block content %}
<header>
<img src="{{ url_for('static', filename='images/leaves.jpg') }}" alt="leaves" onload="imgFade(this)" style="display: none;"/>
<span></span>
</header>
<div class="app">
<h1>Upload!!!!!</h1>
<div id="upload" class="upload"></div>
</div>
<script>
</script>
{% endblock %}