-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
96 lines (88 loc) · 4.05 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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
layout: nil
title: Nodeclipse, Enide
---
<!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="/favicon.ico">
<link type="image/x-icon" rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/pipe.css">
<title>Nodeclipse -- 404 Not Found</title>
<style>
ul {
padding: 0;
margin: 0;
}
</style>
<script type="text/javascript">
function delayer() {
window.location = "/"
}
</script>
</head>
<body class="int" id="logos" onLoad="setTimeout('delayer()', 5000)">
<div id="intro" class="interior">
<a href="/" title="Go back to the home page">
<img src="/img/eclipse48.png" alt="Enide Studio">
</a>
<a href="/" title="Go back to the home page">
<img id="logo" src="/img/nodejs-logo.png" alt="node">
</a>
</div>
<div id="content" class="clearfix">
<div id="column2" class="interior">
<ul>
<li><a href="/" class="home">Home</a></li>
<li><a href="/projects" class="blog">Projects</a></li>
<li><a href="/community/" class="community">Community</a></li>
<li><a href="/share.html" class="docs">SHARE</a></li>
<li><a href="/artworks.html" class="logos">Logos</a></li>
<li><a href="/updates/" class="download">Download</a></li>
<li>{% include nodeclipse_install_button.html %}</li>
<li><a href="/enide" class="download">Enide</a></li>
<li><a href="/enide/studio/2014" class="download">Enide Studio</a></li>
<li><a href="/nts/" class="download">NTS</a></li>
<li><a href="/restclient-tool/" class="blog">REST CLIENT</a></li>
<li><a href="/sdk/" class="blog">SDK</a></li>
<li><a href="/video">Video</a></li>
<li><a href="/news">News</a></li>
<li><a href="http://nodeclipse.uservoice.com/forums/216804-general" class="community">Ideas</a></li>
<li><a href="/feed.articles.xml">Feeds</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>File not found, likely it was in <a href="/share">shared</a> content.</p>
<p>Try from <a href="/">home page</a> again.</p>
<p>You will be redirected in 5 seconds...</p>
<p>
Looking for webmaster. If you noticed any site problem, typos, etc, please raise an issue at
<a href="https://github.com/Nodeclipse/nodeclipse.github.io/issues">https://github.com/Nodeclipse/nodeclipse.github.io</a>.
</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>
<script><!-- tracking by Paul-->
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41377881-2', 'nodeclipse.org');
ga('send', 'pageview');
</script>
</body>
</html>