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.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html>
<head>
<title>Untitled</title>
</head>
<body>
<script type="text/javascript"><!--
document.write( true + "<br />");
document.write( !true + "<br />");
document.write( !!true + "<br />");
//--></script>
</body>
</html>