blob: 6a4d739480f79067be693b2a0ac572bbf2cbe82f [file] [log] [blame]
<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>