10 lines
190 B
HTML
10 lines
190 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<div style="text-align: center; margin-top: 20%; margin-bottom: 20%;">
|
||
|
<h1>Sorry, that page doesn't exists...Yet!</h1>
|
||
|
</div>
|
||
|
{% endblock %}
|
||
|
|
||
|
|