Advertisement
Jahus

HTML redirect

Mar 12th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.58 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.     <head>
  5.         <meta http-equiv="refresh" content="0;URL=ADRESSE_HTTP_ICI" />
  6.         <meta name="robots" content="noindex,nofollow" />
  7.         <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1;" />
  8.         <meta http-equiv="expires" content="never" />
  9.         <meta http-equiv="cache-control" content="no-cache,must-revalidate" />
  10.         <meta http-equiv="pragma" content="no-cache" />
  11.     </head>
  12.     <body>
  13.     </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement