For this you'll need to use an iframe.
Put this inside your <body> tags and change the
http://yoursitehere.com with the site you want to "redirect" to:
<iframe style='position:absolute;z-index:10;top:0;left:0;margin' width='100%' height='100%' scrolling='auto' marginwidth='0' marginheight='0' align='top' frameborder='0' SRC='http://yoursitehere.com' /></iframe>