-
Notifications
You must be signed in to change notification settings - Fork 10
/
404.html
28 lines (28 loc) · 1.18 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: base
---
<div class="usa-layout-docs bg-base-lightest ">
<div class="{% if page.width == 'desktop' %}grid-container maxw-desktop{% else %}maxw-full{% endif %}">
<div class="grid-row">
<div class="desktop:grid-col-6">
<div class="margin-x-3 margin-y-9 padding-3 bg-primary-darker text-center text-white">
<h1 class="font-sans-3xl margin-3">Page Not Found (404)</h1>
<h3>The requested page could not be found.</h3>
<p>We've updated our website and some old links may not work.</p>
<div class="text-center">
<a href="{{ site.baseurl }}/sitemap.html"><button title="{{ page.file-description }}" class="usa-button bg-secondary-darker">SITEMAP</button></a>
</div>
<p>Looking for a specific page?<br>
Please see our <a class="text-primary-light" href="{{ site.baseurl }}/sitemap.html">sitemap</a> or <a class="text-primary-light" href="{{ site.baseurl }}/contact/">contact us</a> for assistance</p>
</div>
</div>
<!--
<div class="desktop:grid-col-6">
<div class="margin-3 card-shadow">
<img src="" alt="">
</div>
</div>
-->
</div>
</div>
</div>