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

<center>
<div style="font-size: 8em;">405</div>
<div style="font-size: 3em;">Method Not Allowed</div>

<p>Either we have a bug, or you tried something weird (like making up a URL).

</center>

{% endblock %}