mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Remove documentation pages
These are out of date now and potentially misleading. Adds a new error page for HTTP `410 GONE`. Looks like the 404 page, but returns the appropriate error code to be a good web citizen.
This commit is contained in:
14
app/templates/error/410.html
Normal file
14
app/templates/error/410.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends "withoutnav_template.html" %}
|
||||
{% block page_title %}Page not found{% endblock %}
|
||||
{% block maincolumn_content %}
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-large">
|
||||
Page could not be found
|
||||
</h1>
|
||||
<p>
|
||||
Check you’ve entered the correct web address.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user