forked from uspki/policies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
35 lines (34 loc) · 1.67 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
---
layout: page
permalink: /404.html
---
<div class="usa-section">
<div class="grid-container">
<div class="grid-row grid-gap">
<main class="" id="main-content">
<div class="usa-prose">
<h1>Page not found</h1>
<p class="usa-intro">
We’re sorry, we can’t find the page you're looking for. It might have been removed, changed its name, or is otherwise unavailable.
</p>
<p>If you typed the URL directly, check your spelling and capitalization. Our URLs look like this: <strong>devicepki.idmanagement.gov/content-area</strong>.</p>
<p>Visit our homepage for helpful tools and resources, use our search bar in the upper right, submit an issue or contact us and we’ll point you in the right direction.</p>
<div class="margin-y-5">
<ul class="usa-button-group">
<li class="usa-button-group__item">
<a href="https://devicepki.idmanagement.gov" target="_blank" rel="noopener noreferrer" class="usa-button">Visit homepage</a>
</li>
<li class="usa-button-group__item">
<a href="https://github.com/uspki/policies/issues/new" target="_blank" rel="noopener noreferrer" class="usa-button">Submit an Issue</a>
</li>
<li class="usa-button-group__item">
<a href="https://www.idmanagement.gov/contact-us/" target="_blank" rel="noopener noreferrer" class="usa-button usa-button--outline" type="button">Contact Us</a>
</li>
</ul>
</div>
<p class="text-base"><strong>Error code:</strong> 404</p>
</div>
</main>
</div>
</div>
</div>