Advertisement
sexstilinski

url redirect page 03

Apr 15th, 2015
640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.55 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3.  
  4. <!--
  5.  
  6. THEME BY SPIDERMN
  7.  
  8. FEEL FREE TO EDIT AS YOU PLEASE, BUT DO NOT STEAL
  9.  
  10. DO NOT TOUCH THE CREDIT
  11.  
  12. -->
  13.  
  14. <html>
  15. <head>
  16.  
  17.     <title>{text:old url} → {text:new url}</title>
  18.     <link rel="shortcut icon" href="{Favicon}">
  19.     <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.    
  21.     <meta name="text:Oldurl" content="">
  22.     <meta name="text:Newurl" content="">
  23.     <meta name="text:Redirect seconds" content="5">
  24.     <meta name="color:Background" content="#fae4ff">
  25.     <meta name="color:Text" content="#fff">
  26.     <meta name="image:Background" content="">
  27.     <meta name="if:Show background" content="1"/>
  28.     <meta name="if:Auto redirect" content="1"/>
  29.     <meta name="if:Click redirect" content="0"/>
  30.     <meta name="if:Autoplay" content="1"/>
  31.  
  32. <style type="text/css">
  33.  
  34. body {
  35.     background:{color:background};
  36.     {block:ifshowbackground}
  37.     background-image:url('{image:background}') no-repeat;
  38.     background-size:100% 110%;
  39.     background-position:absolute;
  40.     {/block:ifshowbackground}
  41.     font-size:10px;
  42.     font-family:verdana;
  43.     color:#fff;
  44.     text-align:center;
  45. }
  46.  
  47. a {
  48.     color: #fff;
  49.     text-decoration: none;
  50. }
  51.  
  52. #text {
  53.     margin:17%;
  54.     color:{color:text};
  55.     font:sans-serif;
  56.     font-size:24px;
  57.     letter-spacing:2px;
  58.     text-transform:uppercase;
  59.     padding:12px;
  60.     border:solid 3px #fff;
  61. }
  62.  
  63. .credit a {
  64.     color:#fff;
  65.     font-size:11px;
  66.     position:fixed;
  67.     bottom:8px;
  68.     right:14px;
  69. }
  70.  
  71. </style>  
  72. </head>
  73. {block:ifshowbackground}
  74. <body style="background-image:url('{image:background}')">
  75. {/block:ifshowbackground}
  76.  
  77. <div id="text">
  78. <p>rip {text:old url}</p>
  79. {block:ifautoredirect}
  80. <p>redirecting you to {text:new url}</p>
  81. {/block:ifautoredirect}
  82. {block:ifclickredirect}
  83. <p><a href="http://{text:new url}.tumblr.com">click to be redirected to {text:new url}</a></p>
  84. {/block:ifclickredirect}
  85. </div>
  86.  
  87. {block:ifautoredirect}
  88. <script>
  89. setTimeout( redirectTumblr, {text:Seconds}000 );
  90. function redirectTumblr() {
  91. location.replace('http://{text:Newurl}.tumblr.com' + location.pathname);
  92. }
  93. </script>
  94. {/block:ifautoredirect}
  95.  
  96. {block:ifautoplay}
  97. <div id="autoplay">
  98. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://a.tumblr.com/tumblr_nkak2yndXV1ryyh15o1.mp3&t0=  &total=1" quality="high" wmode="transparent" width="0" height="0" name="billy" align="middle" type="application/x-shockwave-flash"/>
  99. </div>
  100. {/block:ifautoplay}
  101.  
  102. <div class="credit"><a href="http://spidermn.tumblr.com">cr.</a></div>
  103.  
  104. </body>
  105. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement