diff options
Diffstat (limited to 'python/fatcat_web/templates/503.html')
-rw-r--r-- | python/fatcat_web/templates/503.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/503.html b/python/fatcat_web/templates/503.html new file mode 100644 index 00000000..f21afacc --- /dev/null +++ b/python/fatcat_web/templates/503.html @@ -0,0 +1,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 %} |