mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 19:46:16 +00:00
Fix template headers
Add test route for uploading images
This commit is contained in:
parent
c3096a8ca3
commit
29d204f95e
6 changed files with 80 additions and 26 deletions
|
@ -1,7 +1,7 @@
|
|||
{% extends 'layout.html' %}
|
||||
{% block content %}
|
||||
<header>
|
||||
<img src="{{ url_for('static', filename='images/leaves.jpg') }}" alt="leaves"/>
|
||||
<img src="{{ url_for('static', filename='images/leaves.jpg') }}" alt="leaves" onload="imgFade(this)" style="display: none;"/>
|
||||
<span></span>
|
||||
</header>
|
||||
<div class="app err-warning">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue