HTML CODE Redirect to a New Page
If you need to redirect your visitors to a new page, this HTML redirect code may be just what you're looking for.
Place the following HTML redirect code between the <HEAD> and </HEAD> tags of your HTML code.
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html"> |
|