You can forward your page to a different page by inserting the following piece of code in your tag:
<head>
..
..
</head>
For example
<head>
<meta http-equiv="refresh" content="0;URL='http://www.example.com/'" />
</head>
"content=" specifies how many seconds will elapse before you are forwarded to the other page.