qchgk_web/templates/404.html

5 lines
155 B
HTML
Raw Normal View History

2019-08-02 10:47:16 +00:00
{% extends "base.html" %}
{% block title %}404{% endblock title %}
{% block content %}
<h1>404 - Could not find that page</h1>
{% endblock content %}