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.
<style type="text/css">
a:link, a:visited {color:#cc3322;}
</style>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>TEST</title>
<style type="text/css">
<!--
.nw{text-decoration: none; color: #0000FF;}
.vis{text-decoration: none; color: #FF00FF;}
-->
</style></head><body>
<a href="[URL unfurl="true"]http://www.msn.com"[/URL] target="_blank" class='nw'
onClick="this.className='vis';">GO</a>
</body></html>
2b||!2b
window.onload = function() {
var date = new Date();
var stamp = date.getMonth() + "-" + date.getDay() + "-" + date.getHours();
els = document.getElementsByTagName( "a" );
for( var i=0; i < els.length; i++ ) {
els[ i ].href += "?" + stamp;
}
}