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

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

<p>Hrm, something unexpected went wrong with a back-end service. Check the
status link below, and try again later. Apologies!
</center>

{% endblock %}