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.
<html>
<frameset id="myFrameset" rows="50%,50%">
<frame src="file1.html"></frame>
<frame src="file2.html"></frame>
</frameset>
</html>
<html>
<body onload="parent.document.getElementById('myFrameset').setAttribute('rows', '75%,25%', 0);">
</body>
</html>