-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
59 lines (55 loc) · 2.27 KB
/
Copy path404.html
File metadata and controls
59 lines (55 loc) · 2.27 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta content="nodeclipse,Nodeclipse,node.js,eclipse pulgin,ide,node" name="keywords">
<link type="image/x-icon" rel="icon" href="http://www.nodeclipse.org/favicon.ico">
<link type="image/x-icon" rel="shortcut icon" href="http://www.nodeclipse.org/favicon.ico">
<link rel="stylesheet" href="http://www.nodeclipse.org/pipe.css">
<title>Nodeclipse -- 404 Not Found</title>
<style>
ul {
padding: 0;
margin: 0;
}
</style>
<script type="text/javascript">
function delayer() {
window.location = "http://www.nodeclipse.org/"
}
</script>
</head>
<body class="int" id="logos" onLoad="setTimeout('delayer()', 5000)">
<div id="intro" class="interior">
<a href="http://www.nodejs.org/" title="Go back to the home page">
<img id="logo" src="http://nodejs.org/logo.png" alt="node">
</a>
</div>
<div id="content" class="clearfix">
<div id="column2" class="interior">
<ul>
<li><a href="http://www.nodeclipse.org/" class="logos current">Home</a></li>
<li><a href="http://www.nodeclipse.org/updates/" class="download">Download</a></li>
</ul>
<p class="twitter"><a href="http://twitter.com/nodejs">@nodejs</a></p>
</div>
<div id="column1" class="interior">
<h3>404 Not Found</h3>
<p>There isn't a page hosted here, sorry.</p>
<p>Guess you’re going to have to go <a href="http://www.nodeclipse.org/">home</a> and try again!</p>
<p>You will be redirected momentarily...</p>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31140487-1']);
_gaq.push(['_setDomainName', 'nodeclipse.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>