<html>
<head>
<link rel="icon" href="icon.png"/>
<script>
window.onload = function() {
setTimeout(function() {
link = document.getElementsByTagName("link")[0];
link.rel = "apple-touch-icon";
document.title = "OK";
}, 0);
}
</script>
</head>
</html>