Update application

This commit is contained in:
RemiZOffAlex
2019-10-27 19:40:03 +03:00
parent 1e9ac7eb97
commit 4a04efc355
28 changed files with 572 additions and 90 deletions

View File

@@ -0,0 +1,10 @@
{% extends "skeleton.html" %}
{% block body %}
<h3 class="text-danger">{{ error_code }}: {{ error_message }}</h3>
<hr />
<h4 class="text-center">Это фиаско, братан!</h4>
<p class="text-center"><img class="img-thumbnail" src="/static/{{ error_code }}.jpg" /></p>
{% endblock %}