Advertisement
Guest User

Image center redirect page

a guest
Oct 17th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.35 KB | None | 0 0
  1. <?php
  2.  header( "refresh:5;url=http://www.nieuwewebsite.nl" );
  3. ?>
  4.  
  5. <!DOCTYPE html>
  6. <html>
  7.   <head>
  8.     <title>Titel van de pagina hier!</title>
  9.     <style>
  10.         html{
  11.           width: 100%;
  12.           height: 100%;
  13.           background:url(http://www.placehold.it/200x200) center center no-repeat;
  14.         }
  15.     </style>
  16.   </head>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement