ProfouzorsLinx/templates/404.html

8 lines
172 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
2018-06-09 19:31:44 +02:00
<div class="error-404">
<a href="{{ sitepath }}"><img src='{{ sitepath }}static/images/404.jpg'></a>
</div>
{% endblock %}