mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-04 05:46:14 +00:00
11 lines
282 B
HTML
11 lines
282 B
HTML
{% extends 'layout.html' %}
|
|
{% block content %}
|
|
<header>
|
|
<img src="{{ url_for('static', filename='images/leaves.jpg') }}" alt="leaves"/>
|
|
<span></span>
|
|
</header>
|
|
<div class="app">
|
|
<h1>{{error}}</h1>
|
|
<p>{{msg}}</p>
|
|
</div>
|
|
{% endblock %} |