forked from socketio/socket.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
poll.html
66 lines (57 loc) · 2.41 KB
/
poll.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Socket.IO: the cross-browser WebSocket for realtime apps.</title>
<meta name="description" content="Socket.IO aims to make realtime apps possible in every browser and mobile device, blurring the differences between the different transport mechanisms">
<link rel="shortcut icon" href="images/favicon.ico">
<link href="css/main.css" rel="stylesheet" media="all">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<h3>Introducing</h3>
<h1><a href="./">Socket.IO</a></h1>
<a href="http://github.com/learnboost/socket.io/" class="download">v.9</a>
</header>
<div id="content">
<section>
<form action="http://groups.google.com/group/socket_io/boxsubscribe" id="google-subscribe">
<a href="http://groups.google.com/group/socket_io"><img src="images/groups.png" alt="Google Groups"></a>
<div id="google-subscribe-input">
Email: <input type="text" name="email" id="google-subscribe-email">
<input type="submit" name="go" value="Subscribe">
</div>
</form>
</section>
<section>
<p>Thanks for participating in the Socket.IO 2011 users poll!</p>
<iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dHEtc1ZnSWlSR3VfeDNDVFJ2NjJvcGc6MQ" width="607" height="1252">Loading...</iframe>
</section>
</div>
<footer>
<p>
Socket.IO by <a href="http://devthought.com">Guillermo Rauch</a>
at <a href="http://learnboost.com">gradebook</a> <a href="http://github.com/learnboost/">LearnBoost Labs</a>.
Released under the MIT license - Copyright <a href="http://learnboost.com">LearnBoost 2012</a>
</p>
</footer>
<a id="fork-me" href="http://github.com/learnboost/socket.io">
<img src="images/forkme.png" alt="Fork me on GitHub">
</a>
<script src="js/prettify.js"></script>
<script src="js/main.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18488944-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>
</body>
</html>