PythonGallery/templates/settings.html
Fluffy-Bean 29d204f95e Fix template headers
Add test route for uploading images
2023-01-10 09:42:34 +00:00

10 lines
No EOL
304 B
HTML

{% 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>Settings</h1>
</div>
{% endblock %}