Skip to content

Instantly share code, notes, and snippets.

@iirelu
Created July 6, 2014 18:14
Show Gist options
  • Save iirelu/d0c3de5dc7a189f8ef08 to your computer and use it in GitHub Desktop.
Save iirelu/d0c3de5dc7a189f8ef08 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