Coding for a landing page-HELP

I have a domain through GoDaddy for a store (site B) that physically combined with a different store (site A). I want to have a landing page for Site B that connects people to Site A. I went through all the steps of connecting a third-party domain to site A. The shopify help desk says there should be a way to code for a landing page to take people from site B to site A. Any suggestions?

To set up a landing page on Site B that redirects to Site A, create an index.html file with a redirect and upload it to Site B’s hosting
exmaple


    
    
    
    

    

If you are not redirected, [click here](https://www.yoursitea.com).

Replace https://www.yoursitea.com with Site A’s URL. This will automatically redirect visitors from Site B to Site A.