-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
26 lines (21 loc) · 866 Bytes
/
404.html
File metadata and controls
26 lines (21 loc) · 866 Bytes
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
<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> Redirecting... </title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript"> function delayer() {window.location = "http://colingo.com"} </script>
</head>
<body onLoad="delayer()">
<div id="container" style="position:relative;">
<div id="header">
<h1>Redirecting...</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>
</div>
</body>
</html>