mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 19:46:16 +00:00
Adding Upload page
Added templates for main pages Updated Nav urls Made error page prettier
This commit is contained in:
parent
f730ecd0c9
commit
c3096a8ca3
12 changed files with 138 additions and 36 deletions
10
templates/settings.html
Normal file
10
templates/settings.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue