Created
July 6, 2014 18:14
-
-
Save iirelu/d0c3de5dc7a189f8ef08 to your computer and use it in GitHub Desktop.
Tumblr Redirect theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta name="text:New Blog URL" content="garblefart.tumblr.com" /> | |
</head> | |
<body> | |
<script> | |
window.location.host = "{text:New Blog URL}"; | |
</script> | |
<noscript> | |
<a href="http://{text:New Blog URL}">Moved</a> | |
</noscript> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment