You must login to view /lordwelch/goimagehash/commit/0069c5147b1686cee5330196e115099ff9d5183a.
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 %}