aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/404.html
blob: c8fbfeac6bd02511a078e5907f10b009183bb319 (plain)
1
2
3
4
5
6
{% extends "base.html" %}
{% block body %}

<h1>404: Not Found</h1>

{% endblock %}