meta html redirect


/ Published in: HTML
Save to your folder(s)

Use to redirect an html page after headers have already been sent. The 5 is the number of seconds before redirect to the URL.


Copy this code and paste it in your HTML
  1. <meta http-equiv="refresh" content="5;URL=index.php" />

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.