diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-01 21:29:56 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-01 21:29:59 -0700 |
commit | 986ce7a38029f7fb20a51271f67d943678e17386 (patch) | |
tree | 35d0533b5cba7134dce1f626df5f9caeb741f33d /fatcat_covid19/templates/404.html | |
parent | bacbad25b60bf585abb03d6d897061a3d872f2db (diff) | |
download | fatcat-covid19-986ce7a38029f7fb20a51271f67d943678e17386.tar.gz fatcat-covid19-986ce7a38029f7fb20a51271f67d943678e17386.zip |
first iteration of web interface
Copied and tweaked from fatcat:python/fatcat_web
LICENSE file for this repo is a TODO and will need to match that of
fatcat.
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 %} |