forked from uscensusbureau/coil-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
25 lines (20 loc) · 803 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
25
---
permalink: /404.html
layout: base
class:
---
{% capture markdown %}
# Page not found
### We're sorry. We can't find the page you're looking for. It might have been removed, changed its name, or be temporarily unavailable.
If you typed the URL directly in your address bar, check your spelling and capitalization. Our URLs look like this: **coil.census.gov/example**.
Please visit our homepage for helpful tools and resources, or contact us and we'll point you in the right direction.
[Visit homepage]({{site.baseurl}}/){: .usa-button }
[Contact Us](mailto:{{site.email}}){: .usa-button .usa-button--outline }
{% endcapture %}
<main id="main-content">
<section class="usa-section margin-y-10">
<div class="grid-container">
{{ markdown | markdownify }}
</div>
</section>
</main>