ProfouzorsLinx/templates/404.html

6 lines
139 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
2015-10-30 23:36:47 +01:00
<a href="{{ sitepath }}"><img src='{{ sitepath }}static/images/404.jpg'></a>
{% endblock %}