8 lines
171 B
HTML
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> </h2>
|
||
|
</div>
|
||
|
{% endblock %}
|