Files
flask_url_shortener/tiny0/templates/removed.html
T

8 lines
112 B
HTML
Raw Normal View History

2020-09-06 14:13:54 +03:00
{% extends "layout.html" %}
{% block body %}
<div class="removed">
<h1>URL removed</h1>
</div>
{% endblock %}