diff options
Diffstat (limited to 'rpki/gui/app/templates/404.html')
-rw-r--r-- | rpki/gui/app/templates/404.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/rpki/gui/app/templates/404.html b/rpki/gui/app/templates/404.html new file mode 100644 index 00000000..76ef3aee --- /dev/null +++ b/rpki/gui/app/templates/404.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block content %} +<div class="page-header"> + <h1>Page Not Found</h1> +</div> + +<div class="alert alert-error"> + <strong>Whoops!</strong> I could not find the page you requested. +</div> +{% endblock content %} |