/ Published in: HTML
Use to redirect an html page after headers have already been sent. The 5 is the number of seconds before redirect to the URL.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<meta http-equiv="refresh" content="5;URL=index.php" />