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>
<script type="text/javascript">
onmousedown=function(){document.getElementById('d1').style.display='none';};
</script>
</head>
<body>
<div id="d1">stuff stuff stuff</div>
</body>
</html>