index.html:
<html><frameset rows='100%,*' border='0' frameborder='0'>
        <frame src='frame.html' scrolling='auto' name='bannerframe' noresize>
</frameset>
<noframes>
        <div align='center'><a href='frame.html'>Link</a></div>
</noframes></html>

frame.html:
<html><head>
<script language='javascript'>
<!--
document.location.href='https://domain.com';
-->
</script></head></html>