aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/templates/404.html')
-rw-r--r--python/fatcat_web/templates/404.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/404.html b/python/fatcat_web/templates/404.html
index c8fbfeac..653b8eed 100644
--- a/python/fatcat_web/templates/404.html
+++ b/python/fatcat_web/templates/404.html
@@ -1,6 +1,9 @@
{% extends "base.html" %}
{% block body %}
-<h1>404: Not Found</h1>
+<center>
+<div style="font-size: 8em;">404</div>
+<div style="font-size: 3em;">Not Found</div>
+</center>
{% endblock %}