Permalink
Cannot retrieve contributors at this time
Fetching contributors…

<!doctype html> | |
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> | |
<!--[if lt IE 7 ]> <html class="no-js ie6"> <![endif]--> | |
<!--[if IE 7 ]> <html class="no-js ie7"> <![endif]--> | |
<!--[if IE 8 ]> <html class="no-js ie8"> <![endif]--> | |
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js"> <!--<![endif]--> | |
<head> | |
<meta charset="utf-8"> | |
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame | |
Remove this if you use the .htaccess --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>Firefox hype tracker</title> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<!-- Mobile viewport optimized: j.mp/bplateviewport --> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<!-- CSS : implied media="all" --> | |
<link rel="stylesheet" href="css/style.css?v=2"> | |
</head> | |
<body lang="en" > | |
<div id="container"> | |
<div id="header"> | |
<img src="images/firefox-toolbar.png" width="128" height="128" /> | |
<h1>Firefox hype tracker</h1> | |
<p> | |
Tracking Twitter activity about Firefox, as the launch of Firefox 4 approaches.<br /> | |
Currently tracking the following keywords: | |
<em>Firefox 4, firefox4, ff4, fx4, (wait for it...) ffx4</em>. | |
</p> | |
<div id="stats"> | |
<h2>Stats:</h2> | |
<span>Total count: <span id="count">0</span></span><br /> | |
<span>Tweets per minute: <span id="min_rate">0</span></span><br /> | |
<span>Tweets per hour: <span id="hour_rate">0</span></span><br /> | |
<span>Tweets per day: <span id="day_rate">0</span> | |
</div> | |
</div> | |
<ul id="list"> | |
<li class="special">Loading <img src="images/loading.gif"/></li> | |
</ul> | |
<div id="footer"> | |
<p>By <a href="//xonecas.com/">Sean Caetano Martin</a>; Source <a href="https://github.com/xonecas/firelaunch">here</a>. | |
</div> | |
</div> <!--! end of #container --> | |
<!-- Grab Google CDN's jQuery. fall back to local if necessary --> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js"></script> | |
<script>!window.jQuery && document.write(unescape('%3Cscript src="js/libs/jquery-1.4.4.js"%3E%3C/script%3E'))</script> | |
<script src="/socket.io/socket.io.js"></script> | |
<script src="js/script.js"></script> | |
<!--[if lt IE 7 ]> | |
<script src="js/libs/dd_belatedpng.js"></script> | |
<script>DD_belatedPNG.fix('img, .png_bg'); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script> | |
<![endif]--> | |
</body> | |
</html> |