JavaScript redirect, place the following code between the head tags of your HTML page (replacing the URL with the URL that you want to redirect to).
<script type="text/javascript">
<!--
window.location = "http://www.yourdomain.com/index.html"
//-->
</script>