Use HTML to Redirect Pages – No PHP or Javascript +
This is a super-handy tip. You can add this simple line of html code and avoid the need for javascript-
<meta http-equiv=”Refresh” content=”1 url=http://www.yoursite.com/newpage.html”>
The “1″ is the amount of seconds before the page redirects.
(thanks crazy leaf)