equal
deleted
inserted
replaced
5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
6 <title>Bubble-TV</title> |
6 <title>Bubble-TV</title> |
7 <meta name="description" content="" /> |
7 <meta name="description" content="" /> |
8 <link rel="stylesheet" href="css/base-metric.css" /> |
8 <link rel="stylesheet" href="css/base-metric.css" /> |
9 <style type="text/css"> |
9 <style type="text/css"> |
10 #container { |
10 #container { |
11 width: 300px; |
11 width: 312px; |
12 height: 300px; |
12 height: 312px; |
13 margin: 200px auto; |
13 margin: 200px auto; |
14 padding: 100px; |
14 padding: 35px; |
15 background: #0031ff; |
15 background: #0031ff; |
16 color: #fff; |
16 color: #fff; |
|
17 } |
|
18 h1 { |
|
19 font-size: 35px; |
|
20 } |
|
21 h2 { |
|
22 font-size: 35px; |
|
23 margin-top:160px; |
|
24 line-height:35px; |
17 } |
25 } |
18 h1 { |
26 h3 { |
19 font-size: 24px; |
27 font-size: 122px; font-weight: bold; margin-left: 0px; line-height:120px; |
20 } |
28 } |
21 h2 { |
|
22 font-size: 68px; font-weight: bold; margin: 2px 0; |
|
23 } |
|
24 </style> |
29 </style> |
25 |
30 |
26 <script type="text/javascript" src="lib/jquery.min.js"></script> |
31 <script type="text/javascript" src="lib/jquery.min.js"></script> |
27 <script type="text/javascript" src="lib/protoclass.js"></script> |
32 <script type="text/javascript" src="lib/protoclass.js"></script> |
28 <script type="text/javascript" src="lib/box2d.js"></script> |
33 <script type="text/javascript" src="lib/box2d.js"></script> |
66 }); |
71 }); |
67 </script> |
72 </script> |
68 </head> |
73 </head> |
69 <body> |
74 <body> |
70 <div id="container"> |
75 <div id="container"> |
71 <h1>Total des Tweets</h1> |
76 <h1>#LGW</h1> |
72 <h2 id="nbtweets">0</h2> |
77 <h2>Total des tweets</h2> |
|
78 <h3 id="nbtweets"></h3> |
73 </div> |
79 </div> |
74 |
80 |
75 </body> |
81 </body> |
76 </html> |
82 </html> |