blob: 2db80c084dbd8293df4bdd9b3a429f677f8f7b86 [file] [log] [blame]
<html>
<head>
<script type='text/javascript'>
document.addEventListener("touchstart", function() { parent.onTouch(event, document.title); }, false);
document.addEventListener("touchend", function() { parent.onTouch(event, document.title); }, false);
document.addEventListener("touchmove", function() { parent.onTouch(event, document.title); }, false);
</script>
</head>
<body>
</body>
</html>