tweetcast/nodejs/client/index.html
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 25 Oct 2011 18:27:08 +0200
changeset 336 d60efd677b50
parent 326 c28048fb63b4
parent 335 5f83c21dee69
child 338 60dff8a71024
permissions -rw-r--r--
Merge with 9321f0a58b041ce1db18e2437be94be4677de391

<!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" src="/conf.js"></script>
  <script type="text/javascript" src="/socket.io/socket.io.js"></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>