Added a page for removed urls

This commit is contained in:
xemeds
2020-09-06 14:13:54 +03:00
parent 436473134f
commit 5213698da2
5 changed files with 24 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
{% extends "layout.html" %}
{% block body %}
<div class="removed">
<h1>URL removed</h1>
</div>
{% endblock %}