diff options
Diffstat (limited to 'fatcat_covid19/templates/404.html')
-rw-r--r-- | fatcat_covid19/templates/404.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fatcat_covid19/templates/404.html b/fatcat_covid19/templates/404.html new file mode 100644 index 0000000..653b8ee --- /dev/null +++ b/fatcat_covid19/templates/404.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} +{% block body %} + +<center> +<div style="font-size: 8em;">404</div> +<div style="font-size: 3em;">Not Found</div> +</center> + +{% endblock %} |