aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/404.html
blob: 653b8eed294151b07da8deb317f5addfb0da29bb (plain)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}
{% block body %}

<center>
<div style="font-size: 8em;">404</div>
<div style="font-size: 3em;">Not Found</div>
</center>

{% endblock %}