-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
32 lines (23 loc) · 1.1 KB
/
404.html
File metadata and controls
32 lines (23 loc) · 1.1 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
<!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> Oooooooops! </title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="/css/general.css" type="text/css" />
<script type="text/javascript"> function delayer() {window.location = "http://lrm29.github.com"} </script>
</head>
<body onLoad="setTimeout('delayer()', 5000)">
<div id="content" class="defaultText" style="position:relative;">
<div id="header">
<h1> Oooooooops! </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="http://lrm29.github.com">home</a> and try again!</p>
<p>You will be redirected momentarily...</p>
</div>
<div id="footer"><p> </p></div>
</div>
</body>
</html>