forked from 18F/analytics.usa.gov
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
30 lines (26 loc) · 845 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
26
27
28
29
30
<!doctype html>
<html lang="en">
<head>
<title>analytics.usa.gov | 404</title>
<meta property="og:title" content="analytics.usa.gov | 404" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<link rel="stylesheet" href="/css/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body class="dark-background">
<main class="container-padding">
<h1>Page not found.</h1>
<p>Also known as a 404.</p>
<p>
Visit the <a href="https://analytics.usa.gov">dashboard</a>, or
<a
href="https://github.com/18F/analytics.usa.gov/issues"
title="Code Repository on GitHub"
>let us know on GitHub</a
>
if you think this is a bug.
</p>
</main>
</body>
</html>