-
Notifications
You must be signed in to change notification settings - Fork 17
/
index.html
45 lines (39 loc) · 1.92 KB
/
index.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/TR/html5/" lang="fr">
<head>
<title>node.js real time server</title>
<link rel="stylesheet" href="/css/master.css" type="text/css" media="screen" title="Master stylsheet" charset="utf-8" />
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript" charset="utf-8">
google.load("jquery", "1.4.2");
</script>
<script src="/js/client.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
</head>
<body>
<div id="page">
<div class="ads">
<script type="text/javascript">
Vertical1237859 = false;
ShowAdHereBanner1237859 = true;
RepeatAll1237859 = false;
NoFollowAll1237859 = false;
BannerStyles1237859 = new Array(
"a{display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;margin:0 4px 10px 0;text-align:center;text-decoration:none;overflow:hidden;}",
"img{border:0;clear:right;}",
"a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;}",
"a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}"
);
document.write(unescape("%3Cscript src='"+document.location.protocol+"//s3.buysellads.com/1237859/1237859.js?v="+Date.parse(new Date())+"' type='text/javascript'%3E%3C/script%3E"));
</script>
</div>
<h1>Deliver real-time information to your users using node.js</h1>
<p>Open <a href="admin.html">the admin page</a> (not protected in any way) in another window and play with it, you should see this webpage react in real-time.</p>
<p>If you're lucky, someone else might play with it and you should see the other stuff happen in real-time on this page.</p>
<div id="feed_holder">
<p>Real-time called events will be displayed here.</p>
</div>
<br class="cboth" />
</div>
</body>
</html>