Meta Tag Refresh in HTML
This definition allows redirection to the provided URL in 5 seconds. You may set it to 0 if you need an immediate redirect.
[View All Snippets]
[View All Snippets]
Show Plain Text »
- <head>
- <meta http-equiv="refresh" content="5;url=http://yourdomain.com/" />
- </head>