Advertisement
sexstilinski

url redirect page 01

Jul 7th, 2014
3,235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.77 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>Redirecting...</title>
  18.     <link rel="shortcut icon" href="{Favicon}">
  19.     <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.     <meta HTTP-EQUIV="REFRESH" content="4; url=http://{text:newurl}.tumblr.com">    
  21.     <meta name="text:oldurl" content="not with .tumblr.com">
  22.     <meta name="text:newurl" content="not with .tumblr.com">
  23.     <meta name="text:Seconds" content="4">
  24.  
  25. <style type="text/css">
  26.  
  27. body {
  28.     background-image:url('http://38.media.tumblr.com/63748da1fab7ccebe70355807587d659/tumblr_n6rz5eNBG51st5lhmo1_1280.jpg') no-repeat;
  29.     background-size:100% 115%;
  30.     background-position:absolute;
  31.     font-size:10px;
  32.     font-family:verdana;
  33.     color:#fff;
  34.     text-align:center;
  35. }
  36.  
  37. a {
  38.     color: #fff;
  39.     font-weight:bold;
  40.     text-decoration: none;
  41. }
  42.  
  43. #text {
  44.     margin:20%;
  45.     color:#fff;
  46.     font:arial;
  47.     font-size:24px;
  48.     letter-spacing:4px;
  49.     font-weight:900;
  50. }
  51.  
  52. .credit a {
  53.     color:#000;
  54.     font-size:11px;
  55.     position:fixed;
  56.     bottom:8px;
  57.     right:14px;
  58. }
  59.  
  60. </style>  
  61. </head>
  62.  
  63. <body style="background-image:url('http://38.media.tumblr.com/63748da1fab7ccebe70355807587d659/tumblr_n6rz5eNBG51st5lhmo1_1280.jpg')">
  64.  
  65. <div id="text">
  66. <big>{text:oldurl}</big> has moved</br>
  67. redirecting you to <big><a href="http://{text:newurl}.tumblr.com">{text:newurl}</a></big>...
  68. </div>
  69.  
  70. <script>
  71. setTimeout( redirectTumblr, {text:Seconds}000 );
  72. function redirectTumblr() {
  73. location.replace('http://{text:Newurl}.tumblr.com' + location.pathname);
  74. }
  75. </script>
  76.  
  77. <div class="credit"><a href="http://spidrman.tumblr.com">cr.</a></div>
  78.  
  79. </body>
  80. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement