-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
41 lines (33 loc) · 1.74 KB
/
404.html
File metadata and controls
41 lines (33 loc) · 1.74 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
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>BUSTED!</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="/css/main.css" type="text/css" />
<script type="text/javascript"> function delayer() {window.location = "http://github.com/nathanjones"} </script>
</head>
<body onLoad="setTimeout('delayer()', 5000)">
<div id="container" style="position:relative;">
<a href="http://github.com/nathanjones"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub" /></a>
<div id="header">
<h1> Well, looks like you broke it.</h1>
<h2></h2>
</div>
<div id="main-content">
<p>Looks like the page you’re after doesn’t exist. Guess you’re going to have to go <a href="/">home</a> and try again!</p>
<p>You will be redirected momentarily...</p>
</div>
<div id="footer"><p> </p></div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-30914383-3");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</div>
</body>
</html>