Alternatively, you may use the "meta" HTML tag:
<meta http-equiv="Refresh" content="5;url=http://www.example.com">
The integer (number 5) should be replaced with the number of seconds you want the user to have to wait to be redirected to another page. The URL should be replaced with URL you want the user to be redirected to.