Redirect from an HTML page to other HTML page

Insert the following html code into HTML page title in order to redirect a Web page to other web page:

<meta http-equiv="refresh" content="0; url=http://example.com" />

Comments are closed.