-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
23 lines (21 loc) · 1.03 KB
/
404.html
File metadata and controls
23 lines (21 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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>404!</title>
<link href="/stylesheets/main.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript"> function delayer() {window.location = "http://yasm.tortall.net"} </script>
</head>
<body onLoad="setTimeout('delayer()', 5000)">
<div id="header">
<h1>404!</h1>
</div>
<div id="main">
<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>
</body>
</html>