|
311
|
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" src="js/script.js"></script> |
|
|
8 |
<link rel="stylesheet" href="css/style.css" type="text/css" /> |
|
|
9 |
</head> |
|
|
10 |
<body> |
|
|
11 |
<h1>Liste de Tweets</h1> |
|
|
12 |
<div id="tweetcontainer"> |
|
|
13 |
<ul id="tweetlist"> |
|
|
14 |
</ul> |
|
|
15 |
</div> |
|
|
16 |
</body> |
|
|
17 |
</html> |