mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-07 15:26:10 +00:00
Michał
bb98701430
Fixed HTML and Sass layout Moved upload and login pages to popups Added deletion confirmation
14 lines
379 B
HTML
14 lines
379 B
HTML
{% extends 'layout.html' %}
|
|
|
|
{% block header %}
|
|
<div class="background-decoration">
|
|
<img src="{{ url_for('static', filename='images/background.svg') }}" onload="imgFade(this)" style="opacity:0;"/>
|
|
<span></span>
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{% block nav_settings %}navigation-item__selected{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>Settings</h1>
|
|
{% endblock %} |