diff options
| author | Étienne Loks <etienne@peacefrogs.net> | 2019-08-26 13:19:42 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne@peacefrogs.net> | 2019-08-26 13:19:42 +0200 |
| commit | 55e0894e41c06d33072e5d161ca5135ded5cdc6b (patch) | |
| tree | 8337a1550238691fe2be6a797069bab9ea0fcb72 /pergamon/templates/404.html | |
| parent | 87b2f787b3305984c60c658bd0754cb65107a596 (diff) | |
| download | ishtar-pergamon-55e0894e41c06d33072e5d161ca5135ded5cdc6b.tar.bz2 ishtar-pergamon-55e0894e41c06d33072e5d161ca5135ded5cdc6b.zip | |
ishtar_public -> pergamon
Diffstat (limited to 'pergamon/templates/404.html')
| -rw-r--r-- | pergamon/templates/404.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pergamon/templates/404.html b/pergamon/templates/404.html new file mode 100644 index 0000000..3a5500e --- /dev/null +++ b/pergamon/templates/404.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block body_class %}template-404{% endblock %} + +{% block content %} + <h1>Page not found</h1> + + <h2>Sorry, this page could not be found.</h2> +{% endblock %} |
