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">
<!--
function openWin() {
var winHandle = window.open('http://www.google.co.uk/', '', '');
if (winHandle == null) alert('Popup was blocked');
}
//-->
</script>
</head>
<body onload="openWin();">
</body>
</html>