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