Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<meta http-equiv="refresh" content="5; URL=http://my new web address">
"my old web address" has moved to "my new web address"
If your browser does not automatically redirect you in 5 seconds,
click <a href="http://my new web address">here</a> to go to the new site.
<script language="JavaScript">
<!--
if( -1 == location.href.
toLowerCase().
indexOf('mydomainA.com') )
{
location.href = 'http://mydomainA.com';
}
// -->
</script>