twython/index.html
Mike Helmick 792ba809b7 Redirect
2013-06-28 15:17:55 -04:00

21 lines
No EOL
746 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Twython by ryanmcgrath</title>
</head>
<body>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try {
var pageTracker = _gat._getTracker("UA-40660943-1");
pageTracker._trackPageview();
} catch(err) {}
window.location = 'https://twython.readthedocs.org/';
</script>
</body>
</html>