Created
May 12, 2015 18:50
-
-
Save iirelu/5e3e9a2f06a16d753992 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