Advertisement
sexstilinski

url redirect page 02

Jul 7th, 2014
1,724
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.46 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:savedurl} is saved</title>
  18.     <link rel="shortcut icon" href="{Favicon}">
  19.     <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.    
  21.     <meta name="text:currenturl" content="">
  22.     <meta name="text:savedurl" content="">
  23.  
  24. <style type="text/css">
  25.  
  26. body {
  27.     background-image:url('http://37.media.tumblr.com/3de30c7892ff2b2cd46012b4cf394251/tumblr_myebqg9yA81st5lhmo1_1280.jpg') no-repeat;
  28.     background-size:100% 110%;
  29.     background-position:absolute;
  30.     font-size:10px;
  31.     font-family:verdana;
  32.     color:#fff;
  33.     text-align:center;
  34. }
  35.  
  36. a {
  37.     color: #fff;
  38.     font-weight:bold;
  39.     text-decoration: none;
  40. }
  41.  
  42. #text {
  43.     margin:20%;
  44.     color:#fff;
  45.     font:arial;
  46.     font-size:24px;
  47.     letter-spacing:4px;
  48.     font-weight:900;
  49. }
  50.  
  51. .credit a {
  52.     color:#000;
  53.     font-size:11px;
  54.     position:fixed;
  55.     bottom:8px;
  56.     right:14px;
  57. }
  58.  
  59. </style>  
  60. </head>
  61.  
  62. <body style="background-image:url('http://37.media.tumblr.com/3de30c7892ff2b2cd46012b4cf394251/tumblr_myebqg9yA81st5lhmo1_1280.jpg')">
  63.  
  64. <div id="text">
  65. <a ref="/"><big>{text:savedurl}</big></a> is being</br>
  66. saved by <a href="http://{text:currenturl}.tumblr.com"><big>{text:currenturl}</big></a>
  67. </div>
  68.  
  69. <div class="credit"><a href="http://spidermn.tumblr.com">cr.</a></div>
  70.  
  71. </body>
  72. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement