-
Notifications
You must be signed in to change notification settings - Fork 6
/
video0.htm
58 lines (51 loc) · 2.02 KB
/
video0.htm
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
<!DOCTYPE html>
<!-- saved from url=(0026)http://www.nodeclipse.org/ -->
<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 -- Node support for Eclipse</title>
<style>
ul {
padding: 0;
margin: 0;
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39093351-1']);
_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>
</head>
<body class="int" id="logos">
<center>
Nodeclipse 0.3 video
</center>
<center>
<video controls width="640" height="420">
<source src="Nodeclipse-0.3.0.webm" />
<source src="Nodeclipse-0.3.0.mp4" />
Sorry. Your browser do not support HTML5.
</video><br/><br/>
<ul>
<li><a href="Nodeclipse-0.3.0.webm">download webm video</a></li>
<li><a href="Nodeclipse-0.3.0.mp4">download mp4 video</a></li>
</ul>
</center>
<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>