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>
<script type="text/javascript"><!--
var start = new Date();
function doit() {
var end = new Date();
var diff = end - start;
alert("page took " + diff + " milliseconds to load" );
}
//--></script>
<title>Untitled</title>
</head>
<body onload="doit();">
<p>hi hi hi hi hi hi hi hi <img src="[URL unfurl="true"]http://www.tawbaware.com/maxlyons/Blend_KeyBridge_Blended.jpg"[/URL] /></p>
</body>
</html>