I'm using Visual Studio 2015 with HTML and Javascript. All I want is a small app which has nothing to do but a redirect to an existing website www.mysite.com.
A tried with the meta-tag as described in Redirect from an HTML page and with an iframe, both didn't work, means nothing happened. Please help.
<div style="width:100%;height:100%;overflow:scroll !important;-webkit-overflow-scrolling:touch !important">
<iframe src="ariva.de"; scrolling="yes" style="width:100%;height:100%" frameborder="0"></iframe>
</div>