Here’s the one of the simplest ways to redirect your site’s traffic.
Redirect to Different URL
Copy the code below and paste it to your blank html.
<script language="javascript"> window.location.href="http://YOUR-REDIRECT-PAGE" </script>
*Replace YOUR-REDIRECT-PAGE
with your new URL.