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.
<body onload = "window.moveTo(0,0); window.resizeTo(screen.width,screen.height);">test</body>
<script language="JavaScript">
window.open('page.html','newwin','fullscreen');
</script>