Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Pages for demos
  • Loading branch information
joelpurra committed Feb 14, 2012
1 parent ccd8c15 commit 74399cb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions index.html
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>EmulateTab</title>
<meta http-equiv="Refresh" content="0; url=https://github.com/joelpurra/emulatetab" />
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29171100-1']);
_gaq.push(['_trackPageview']);

(function ()
{
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
</head>
<body>
<a href="https://github.com/joelpurra/emulatetab">EmulateTab</a>
</body>
</html>

0 comments on commit 74399cb

Please sign in to comment.