There are no translations available.
To create an HTML redirect, place the following code between the document's HEAD tags.
<meta http-equiv="Refresh" content="5; url=http://sitename.com" />
In the above example, the page will redirect to the specified page in 5 seconds (as indicated in the 'content' attribute).







