8 lines
244 B
HTML
8 lines
244 B
HTML
{% 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 %} |