Skip to content

Instantly share code, notes, and snippets.

@dannycjones
Created October 14, 2014 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannycjones/3e3d3e6dd2b1332e5a46 to your computer and use it in GitHub Desktop.
Save dannycjones/3e3d3e6dd2b1332e5a46 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<!--[if lt IE 7]><html class="lt-ie10 lt-ie9 lt-ie8 lt-ie7"><![endif]-->
<!--[if IE 7]><html class="lt-ie10 lt-ie9 lt-ie8"><![endif]-->
<!--[if IE 8]><html class="lt-ie10 lt-ie9"> <![endif]-->
<!--[if IE 9]><html class="lt-ie10"> <![endif]-->
<!--[if gt IE 9]><!--> <html> <!--<![endif]-->
<head>
{MobileAppHeaders}
<meta charset="utf-8">
<title>Redirecting...</title>
</style>
</head>
<body>
<script>
console.log(document.URL);
console.log(window.location.pathname);
var path = window.location.pathname;
window.location = "http://slightlyspoopyone.tumblr.com" + path;
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment