If you want to redirect your visitors to a new page, then by using this HTML redirect code you can do that.
By Placing the following HTML redirect code between the <HEAD> and </HEAD> tags of your HTML code you can redirect visitors to a new page.
<meta HTTP-EQUIV="REFRESH"
content="0;
url=http://www.yourdomain.com/index.html">
Note: don't forget to replace yourdomain.com with your domain name.