linx-server/templates/404.html

9 lines
232 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block title %}{{sitename}} - 404 Not Found{% endblock %}
{% 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 %}