-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
43 lines (35 loc) · 1.2 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
permalink: /404.html
layout: base
---
<article class="usa-section usa-prose">
<h1>Page not found</h1>
<p class="usa-intro">
We’re sorry, we can’t find the page you're looking for. The site
administrator may have removed it, changed its location, or made
it otherwise unavailable.
</p>
If you typed the URL directly, check your spelling and
capitalization. Our URLs look like this:
<strong><agency.gov/example-one></strong>.
Visit our homepage for helpful tools and resources, or contact us
and we’ll point you in the right direction.
<div class="margin-y-5">
<ul class="usa-button-group">
<li class="usa-button-group__item">
<a href="javascript:void();" class="usa-button"
>Visit homepage</a
>
</li>
<li class="usa-button-group__item">
<button class="usa-button usa-button--outline" type="button">
Contact Us
</button>
</li>
</ul>
</div>
For immediate assistance:
- <a href="javascript:void();" class="usa-link">Start a live chat with us</a>
- Call <a href="javascript:void();" class="usa-link">(555) 555-GOVT</a>
<p class="text-base"><strong>Error code:</strong> 404</p>
</article>