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>
<head>
<title>frameset</title>
<script language="javascript">
var sFrame = location.search.split("=")[1];
var sHTML = '<frameset cols="25%,*">' +
'<frame name="left" src="nav.html">' +
'<frame name="right" src="' + sFrame + '"' +
'</frameset>';
document.write(sHTML);
</script>
</head>
</html>