Advertisement
RaiRai16

I've Moved! // Redirect Page

Apr 27th, 2013
5,129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.34 KB | None | 0 0
  1. <!---This simple theme was coded by Rai at keir-reviews; do not remove this grey text, do not use this coding as a base code, do not edit and redistribute, etcetera. If you need help with where to put things, just come to my ask box. Go back into the appearance section to customise both the first and second line of text, as well as the background. Enjoy!--->
  2. <head>
  3. <link href='http://fonts.googleapis.com/css?family=Patrick+Hand+SC' rel='stylesheet' type='text/css'>
  4.  
  5. <meta name="text:Line2" content="Redirecting you now..."/>
  6. <meta name="text:Line1" content="I've moved!"/>
  7. <meta name="image:Background" content=""/>
  8.  
  9. <script language="JavaScript">
  10. var time = null
  11. function move() {
  12. window.location = 'http://keir-reviews.tumblr.com'
  13. }
  14. //-->
  15. </script>
  16.  
  17. <style type="text/css">
  18. body {
  19. background: #ffffff;
  20. ;background-image:url()
  21. margin: 0;
  22. padding: 0;
  23. font-family: 'Patrick Hand SC', cursive; 'arial';
  24. }
  25.  
  26. #title{
  27. margin:auto;
  28. margin-top:250px;
  29. width:250px;
  30. text-align:center;
  31. color:#800000;
  32. font-size:55px;
  33. }
  34.  
  35. #line2{
  36. margin:auto;
  37. margin-top:100px;
  38. width:300px;
  39. text-align:center;
  40. color:#a6a6a6;
  41. font-size:25px;
  42. }
  43.  
  44. </style>
  45. </head>
  46. <body>
  47.  
  48. <body onload="timer=setTimeout('move()',1500)">
  49.  
  50. <div id="title">I've moved!</div>
  51.  
  52. <div id="line2">Redirecting you now...</div>
  53.  
  54. <div class="circular"></div>
  55.  
  56.  
  57. </body>
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement