ska-referee-test/ref-test/quiz/templates/quiz/404.html

8 lines
244 B
HTML
Raw Normal View History

{% extends "quiz/components/base.html" %}
{% block content %}
<h1>Page Not Found</h1>
<p>
The page you were looking for does not exist. Try going back and navigating to the desired destination correctly.
</p>
{% endblock %}