Advertisement
rowrz

redirect theme 2.0

Sep 16th, 2014
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <!--                                  
  4. _ __ _____      ___ __ ____        
  5. | '__/ _ \ \ /\ / / '__|_  /        
  6. | | | (_) \ V  V /| |   / /        
  7. |_|  \___/ \_/\_/ |_|  /___|        
  8. | | | |                            
  9. | |_| |__   ___ _ __ ___   ___  ___
  10. | __| '_ \ / _ \ '_ ` _ \ / _ \/ __|
  11. | |_| | | |  __/ | | | | |  __/\__ \
  12. \__|_| |_|\___|_| |_| |_|\___||___/
  13.                    
  14.                            
  15. redirect theme v2.2                              
  16. designed & manufacured by alex
  17. http://rowrz.com/themes
  18. -->
  19. <head>
  20. <link rel="shortcut icon" href="https://secure.assets.tumblr.com/images/favicons/favicon.ico?1">
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  22. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  23. <meta name="robots" content="noindex,nofollow"/>
  24. <meta name="if:Redirect" content="1" />
  25. <meta name="text:Time" content="5" />
  26. <meta name="text:New URL" content="Make sure to type http:// with out a slash a the end. ex: like http://rowrz.com " />
  27.  
  28.    
  29.     <title>{title}</title>
  30.     <script src="http://pastebin.com/raw.php?i=WwuHQFdx"></script>
  31. <link rel="stylesheet" href="http://assets.tumblr.com/stylesheets/compressed/status_blue.css" type="text/css" media="screen" charset="utf-8">
  32. <meta name="viewport" content="width=device-width, initial-scale=1.0">  
  33. <style>
  34.     #moved{
  35.         font-family:arial;
  36.         text-align:center;
  37.         margin:0px auto;
  38.         -webkit-transition:all 0.4s ease-in-out;
  39.         -moz-transition:all 0.4s ease-in-out;
  40.         -o-transition:all 0.4s ease-in-out;
  41.         transition:all 0.4s ease-in-out;
  42.        
  43.     }
  44.     #moved a{
  45.         text-decoration:none;
  46.         color:black;
  47.     }
  48.     iframe#tumblr_controls{
  49.         display:none;
  50.         opacity:0;
  51.     }
  52.     </style>
  53. <title>I've Moved</title>
  54. </head>
  55. <body>
  56. <table height="100%" width="100%">
  57. <tr>
  58. <td align="center" valign="middle">
  59. <div id="container">
  60. <h1 id="l10n_title">{Title}</h1>
  61. <div class="sorry">
  62. <p id="l10n_sorry_1">
  63.  
  64.  
  65. <a href="{text:New URL}">{Description}</a>
  66. {block:ifRedirect}
  67. <p style="font-size:14px">(you will be redirected in <span id="count">{text:Time}</span> seconds... click <a id="nw">here</a> if you aren't.)</p><script>var n = '{text:New URL}' + window.location.pathname;
  68.  setTimeout( sendto, {text:Time}000 );
  69.  function sendto() {
  70.    window.location.replace(n);
  71.  }
  72.     (function(){
  73.       var c = {text:Time};
  74.       setInterval(function() {
  75.         c--;
  76.         if (c >= 0) {
  77.           span = document.getElementById("count");
  78.           span.innerHTML = c;
  79.         }
  80.         if (c === 0) {
  81.             clearInterval(c);
  82.         }
  83.    
  84.       }, 1000);
  85.    
  86.     })();
  87. document.getElementById('nw').setAttribute('href', n);
  88. </script>
  89. <noscript><meta http-equiv="refresh" content="{text:Time}; url={text:New URL}" /></noscript>
  90.  
  91. {/block:ifRedirect}
  92. </p>
  93. </div>
  94. </div>
  95. </td>
  96. </tr>
  97.  
  98. </table>
  99.  
  100. <script type="text/javascript" language="javascript">var status_code = '404'</script>
  101.  
  102. </body>
  103. </html>
  104.  
  105. <div style="display:none">{Description}</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement