forked from 18F/open-foia-redirect
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
72 lines (54 loc) · 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Performance.govt</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../main.css">
</head>
<body>
<header>
<div id="usa">
<div class="container">
<div class="usa--content">
<span class="official"><img alt="US flag signifying that this is a United States Federal Government website" src="./images/us_flag_small.png" class="flag"> An official website of the U.S. Government</span>
<span class="alpha">This website is in development.</span>
<span class="foiagov"><a href="http://www.performance.gov">Go to Performance.gov</a></span>
</div>
</div>
</div>
<div id="topnav">
<div class="container" style="height:54px;">
<div id="logo">
<a href="http://www.performance.gov">
<h4>Performance.gov</h4>
</a>
</div>
</div>
</div>
</header>
<div id="main" tabindex="-1">
<div class="search search__error">
<div class="container">
<section class="content">
<h1><em>404. Not Found.</em></h1>
<h2>We're sorry, we could not find the page you're looking for. Please make sure the URL is correct.</h2>
</section>
</div>
</div>
<div class="push"></div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48605964-15', 'auto');
ga('set', 'anonymizeIp', true);
ga('set', 'forceSSL', true);
ga('send', 'pageview');
</script>
<!-- Digital Analytics Program roll-up, see https://analytics.usa.gov for data -->
<script id="_fed_an_ua_tag" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DOJ"></script>
</body>
</html>