generated from cloud-gov/pages-uswds-11ty
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path404.html
25 lines (23 loc) · 832 Bytes
/
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
---
layout: layouts/base
title: Page not found
permalink: /404.html
---
<div class="usa-layout-docs" >
<main id="main-content" class="usa-layout-docs__main">
<div class="grid-container margin-top-5">
<div class="grid-row grid-gap">
<div class="tablet:grid-col-6 usa-prose
margin-top-neg-1"
>
<h1 class="margin-bottom-1">We couldn't find that page</h1>
<h2> Status 404 </h2>
<p>Try going to the <a href="{{ '/' | url }}" class="usa-link"> homepage</a>. If you can’t find what you’re looking for, <a href="{{ '/contact' | url }}" class="usa-link"> contact us</a>.</p>
</div>
<div class="tablet:grid-col-4">
{% image_with_class "./_img/dotgov_404_illo.svg" "" "" %}
</div>
</div>
</div>
</main>
</div>