I have made a shiny app in R and hosted it over the web using shiny-server. Let's say my app is hosted at www.test.in (just for instance). Now I want to add a simple static HTML page which will contain the link of the app so when the user will visit the URL www.test.in, he will see the HTML page and www.test.in/app will contain the shiny app.
Thanks in advance.