mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-10 13:23:40 -05:00
15 lines
406 B
HTML
15 lines
406 B
HTML
{% extends "withoutnav_template.html" %}
|
||
{% block per_page_title %}Page could not be 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 %}
|