Files
flask_url_shortener/tiny0/templates/removed.html
2020-09-06 14:13:54 +03:00

8 lines
112 B
HTML

{% extends "layout.html" %}
{% block body %}
<div class="removed">
<h1>URL removed</h1>
</div>
{% endblock %}