aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/500.html
blob: a99232cba1010de612b4de5ce63e90c839f40a61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "base.html" %}
{% block body %}

<center>
<div style="font-size: 8em;">500</div>
<div style="font-size: 3em;">Internal Error</div>

<p>Hrm, something unexpected went wrong. You may have found a bug! This request
should be logged and reported automatically; you could re-try or contact us for
more info.
</center>

{% endblock %}