Advertisement
quirons

redirect

Feb 27th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <html><head>
  2.  
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <meta name="text:url" content=".tumblr.com">
  6. <style type="text/css">
  7.  
  8.  
  9.  
  10. </style>
  11.  
  12. <script>
  13. //redirect to new blog
  14. window.location.replace('http://USERNAME.tumblr.com' + window.location.pathname);
  15. </script>
  16.  
  17. </head>
  18. <body>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement