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 HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript">
function shwImage(it) {
document.getElementById(it).innerHTML='<img src="images/arrows.gif" alt="" />';
}
function shwText(it,txt) {
document.getElementById(it).innerHTML=txt;
}
</script>
</head>
<body>
<a href="#"><span id="linkID" onmouseover="shwImage('linkID');" onmouseout="shwText('linkID','Why move your mouse?');">Here is some text!</span></a>
</body>
</html>