tweetcast/gevent/client/index.html
changeset 311 13702105c5ee
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tweetcast/gevent/client/index.html	Wed Oct 12 18:11:19 2011 +0200
@@ -0,0 +1,17 @@
+<!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>
\ No newline at end of file