-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
31 lines (29 loc) · 1.04 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
---
layout: default
simple_footer: true
hide_from_search: true
permalink: /404.html
banner_file: banner--404-lg.svg
banner_file_mobile: banner--404-sm.svg
---
{% assign content = site.data._404 %}
<div class="grid-container padding-y-3">
<section class="site-c-section">
<div class="site-c-section-heading grid-row">
<div class="grid-col-12 text-center">
<span class="site-c-flag font-sans-sm">Error 404</span>
</div>
<div class="grid-col-12 text-center">
<h1 class="site-c-section-heading__heading site-c-section-heading__heading--h1">{{ content.page_title.heading_title }}</h1>
</div>
<div class="grid-col-12 tablet:grid-col-6 tablet:grid-offset-3">
<div class="site-c-section-heading__text usa-prose">
{{ content.page_title.heading_text | replace: 'site.baseurl', site.baseurl | markdownify}}
</div>
</div>
</div>
</section>
<section class="site-c-section text-center">
<a href="{{ site.baseurl }}/" class="usa-button usa-button-big">USDS Home</a>
</section>
</div>