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

Files
rpiwebapp-public/templates/404.html

6 lines
90 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Page not found</h1>
{% endblock %}