tweetcast/nodejs/client/index.html
changeset 325 7d9c576bfaac
parent 314 0f1e6ce19b6d
child 326 c28048fb63b4
--- a/tweetcast/nodejs/client/index.html	Fri Oct 14 17:36:34 2011 +0200
+++ b/tweetcast/nodejs/client/index.html	Mon Oct 17 17:40:58 2011 +0200
@@ -13,10 +13,8 @@
   <link rel="stylesheet" href="css/style.css" type="text/css" />
  </head>
  <body>
- <h1>Liste de Tweets</h1>
- <div id="tweetcontainer">
+ <p>Niveau de zoom (liste de tweets) <a href="javascript:setZoom(0)">1</a> - <a href="javascript:setZoom(1)">2</a> - <a href="javascript:setZoom(2)">3</a> - <a href="javascript:setZoom(3)">4</a></p>
   <ul id="tweetlist">
   </ul>
- </div>
  </body>
 </html>
\ No newline at end of file