-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path404.html
More file actions
executable file
·30 lines (29 loc) · 1.22 KB
/
404.html
File metadata and controls
executable file
·30 lines (29 loc) · 1.22 KB
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
<html>
<head>
<title>Page Not found</title>
<style>
.center { margin-left: 20%; margin-right: 20%; }
p { font: 150% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;}
li { font: 150% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;}
.strong { font-weight: bold;}
</style>
</head>
<body>
<div class="center">
<p>Woops! The page you want isn't here.</p>
<p>You can either return to the <a href="/">main page</a>,<br/>
browse the <a href="/archives">archives</a>,<br/>
or do a search:
</p>
<form action="http://www.google.com/cse" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="015916330381434336403:umqixwychog" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="31" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
</div>
</body>
</html>