tweetcast/nodejs/client/index.html
author Raphael Velt <raph.velt@gmail.com>
Tue, 25 Oct 2011 09:20:07 +0200
changeset 333 4389fd4ae58f
child 334 b7f05d66b620
permissions -rw-r--r--
Reorganisation branche node

<!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/Raphael-min.js"></script>
  <script type="text/javascript" src="js/jquery.mousewheel.min.js"></script>
  <script type="text/javascript" src="js/script.js"></script>
  <link rel="stylesheet" href="css/style.css" type="text/css" />
 </head>
 <body>
    <ul id="tweetlist">
    </ul>
    <div id="timeline"></div>
    <div id="timewindow"></div>
 </body>
</html>