tweetcast/nodejs/client/index.html
changeset 314 0f1e6ce19b6d
child 325 7d9c576bfaac
equal deleted inserted replaced
311:13702105c5ee 314:0f1e6ce19b6d
       
     1 <!doctype html>
       
     2 <html>
       
     3  <head>
       
     4   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
       
     5   <title>Polemic Tweet “TweetCast”</title>
       
     6   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
       
     7   <script type="text/javascript">
       
     8     S_IO_HOST = document.location.hostname;
       
     9     S_IO_PORT = 8000;
       
    10     document.write('<script type="text/javascript" src="http://' + S_IO_HOST + ':' + S_IO_PORT + '/socket.io/socket.io.js"><' + '/script>');
       
    11   </script>
       
    12   <script type="text/javascript" src="js/script.js"></script>
       
    13   <link rel="stylesheet" href="css/style.css" type="text/css" />
       
    14  </head>
       
    15  <body>
       
    16  <h1>Liste de Tweets</h1>
       
    17  <div id="tweetcontainer">
       
    18   <ul id="tweetlist">
       
    19   </ul>
       
    20  </div>
       
    21  </body>
       
    22 </html>