-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
28 lines (22 loc) · 1 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
<!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> Aw, shit! </title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="style.css" type="text/css" />
<script type="text/javascript"> function delayer() {window.location = "http://osarena.github.com"} </script>
</head>
<body onLoad="setTimeout('delayer()', 4000)">
<div id="header">
<h1> Aw, shit! </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="index.html">home</a> and try again!</p>
<p>You will be redirected momentarily...</p>
</div>
<div id="footer"><p> </p></div>
</div>
</body>
</html>