Skip to content

Instantly share code, notes, and snippets.

@iirelu
Created May 12, 2015 18:50
Show Gist options
  • Save iirelu/5e3e9a2f06a16d753992 to your computer and use it in GitHub Desktop.
Save iirelu/5e3e9a2f06a16d753992 to your computer and use it in GitHub Desktop.
Tumblr redirect theme
<!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