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.
onload = function () {
if ( window.location.indexOf("#") > -1 ) window.location = window.location.split("#")[0];
}
function doIt() {
if ( window.location.href.indexOf("#") > -1 ) window.location = window.location.href.split("#")[0];
}
window.onload = doIt;