forked from 18F/archived-guides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
33 lines (29 loc) · 1.22 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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta property="og:type" content="website" />
<title>404 File not found</title>
<meta property="og:title" content="404 File not found" />
<link rel="stylesheet" href="/guides-template/assets/css/styles.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,700%7COpen+Sans:400,400italic,600" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<section id="main" class="wrap" role="main">
<h1>404: Page not found</h1>
<p>You may be able to find what you were looking for at one of these sites:</p>
<ul>
<li><a href="https://pages.18f.gov/guides/">18F Guides</a></li>
<li><a href="https://18f.gsa.gov/">The 18F website</a></li>
<li><a href="https://18f.gsa.gov/blog/">The 18F blog</a></li>
</ul>
<p>If you're looking for an old 18F Pages site, it might not be online
anymore, but the content is probably still in a GitHub repository. Try going
to the <a href="https://github.com/18F">18F GitHub organization</a> and
searching for the name of the old 18F Pages site.</p>
</section>
</div>
</body>
</html>