Make page not look shit

This commit is contained in:
Michał Gdula 2023-02-05 14:19:21 +00:00
parent c1559307b6
commit c32d7e3246
33 changed files with 716 additions and 715 deletions

View file

@ -1,7 +1,7 @@
{% extends 'layout.html' %}
{% block content %}
<div class="error">
<h1>{{error}}</h1>
<p style="text-align: center;">{{msg}}</p>
<div class="content">
<h1 data-value="{{error}}">{{error}}</h1>
<p class="subtitle" data-value="{{msg}}">{{msg}}</p>
</div>
{% endblock %}