Skip to content

Commit

Permalink
added tracking page for bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling committed Jul 10, 2011
1 parent dc3c6d7 commit 79bf5fa
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions buy-bundle/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Refresh" content="1; http://leanbundle.com/bundles/node" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2127388-6']);
_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>
You are being redirected to <a href="http://leanbundle.com/bundles/node">the Node.js Bundle page</a>...
</body>
</html>

0 comments on commit 79bf5fa

Please sign in to comment.