<html>
  <body>
  Welcome
  <script>
    window.location='https://google.com';
  </script>
  </body>
  </html>