mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-19 04:48:31 +00:00
Michał
a499e6c840
Use reccommended database structure Switch to SQLite and update scheme along with it
12 lines
319 B
HTML
12 lines
319 B
HTML
{% extends 'layout.html' %}
|
|
|
|
{% block header %}
|
|
<img src="{{ url_for('static', filename='images/leaves.jpg') }}" alt="leaves" onload="imgFade(this)" style="display: none;"/>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="app err-warning">
|
|
<h1>{{error}}</h1>
|
|
<p>{{msg}}</p>
|
|
</div>
|
|
{% endblock %} |