Advertisement
zojoh

PageFive - Redirect

Mar 26th, 2013
4,052
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <!---
  3. Redirect by Heidi (Ladmilk) with help from Hina(Ohmilk)
  4. --->
  5. <html>
  6. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#"><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. <meta http-equiv="refresh" content="2; URL=http://URLHERE.tumblr.com">
  10. <meta name="keywords" content="automatic redirection">
  11.  
  12. <style type="text/css">
  13.  
  14. body {
  15. margin:0;
  16. padding:0;
  17. border;0;
  18. background:#ffffff; /* Background Color */
  19. }
  20.  
  21. a {
  22. color:#7cc; /* Link Color */
  23. text-decoration:none;
  24. letter-spacing:3px;
  25. font-size:9px;
  26. font-family:calibri;
  27. }
  28.  
  29. #content {
  30. background:#f7f7f7; /* Box Background color */
  31. color:#bbb; /* Box Text color */
  32. font-size:9px;
  33. font-family:consolas;
  34. letter-spacing:4px;
  35. text-transform:uppercase;
  36. text-align:center;
  37. border:2px solid #eee; /* Box Border color */
  38. padding:10px;
  39. width:250px;
  40. top:150px;
  41. left:0px;
  42. right:0px;
  43. margin-left:auto;
  44. margin-right:auto;
  45. position:fixed;
  46. }
  47.  
  48. </style>
  49.  
  50. </head>
  51. <body>
  52. <div id="content">
  53. Click <a href="http://URLHERE.tumblr.com">here</a> if your browser does not automatically redirect you.
  54. </div>
  55. </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement