tweetcast/gevent/client/index.html
author Raphael Velt <raph.velt@gmail.com>
Wed, 12 Oct 2011 18:11:19 +0200
changeset 311 13702105c5ee
permissions -rw-r--r--
Réorganisation de Tweetcast

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