You must login to view /matt/quiz-the-word/src/commit/c843e4b99a9f1c347ff9bcc9db57e74d0e352d69/QuizTheWord.
The GitHub option should be usable for most people, it only links via username.

Files
2023-11-27 19:25:33 -08:00

9 lines
156 B
HTML

{% extends "base.html" %}
{% block body %}
<div class="mt-5 container">
<h1>{{ error_code }}</h1>
<p>{{ error_msg }}</p>
</div>
{% endblock %}