Pslink/templates/not_found.html
2021-02-04 15:07:55 +01:00

8 lines
171 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="center">
<h3>This Link has not been found or has been deleted</h3>
<h2>&nbsp;</h2>
</div>
{% endblock %}