tweetcast/nodejs/client/index.html
changeset 314 0f1e6ce19b6d
child 325 7d9c576bfaac
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tweetcast/nodejs/client/index.html	Fri Oct 14 17:35:49 2011 +0200
@@ -0,0 +1,22 @@
+<!doctype html>
+<html>
+ <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <title>Polemic Tweet “TweetCast”</title>
+  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
+  <script type="text/javascript">
+    S_IO_HOST = document.location.hostname;
+    S_IO_PORT = 8000;
+    document.write('<script type="text/javascript" src="http://' + S_IO_HOST + ':' + S_IO_PORT + '/socket.io/socket.io.js"><' + '/script>');
+  </script>
+  <script type="text/javascript" src="js/script.js"></script>
+  <link rel="stylesheet" href="css/style.css" type="text/css" />
+ </head>
+ <body>
+ <h1>Liste de Tweets</h1>
+ <div id="tweetcontainer">
+  <ul id="tweetlist">
+  </ul>
+ </div>
+ </body>
+</html>
\ No newline at end of file