Added error handlers

This commit is contained in:
xemeds
2020-07-20 17:51:52 +00:00
parent c5f3f5a8c4
commit b6ed78c8ad
5 changed files with 35 additions and 7 deletions
+13
View File
@@ -0,0 +1,13 @@
{% extends "layout.html" %}
{% block body %}
<body>
<div class="headers">
<a class="title" href="{{ url_for('index') }}">tiny0</a>
<h1 class="desc">Custom URL Shortener</h1>
</div>
<div class="error-message">
<h1>{{ error_message }}</h1>
</div>
</body>
{% endblock %}