tweetcast/nodejs/client/index.html
author Raphael Velt <raph.velt@gmail.com>
Tue, 25 Oct 2011 14:48:22 +0200
changeset 335 5f83c21dee69
parent 334 b7f05d66b620
child 336 d60efd677b50
permissions -rw-r--r--
Created conf.js file, shared between server & client

<!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>