Source code

Revision control

Copy as Markdown

Other Tools

<html>
<body>
<input />
<script>
window.onload = function() {
document.querySelector("input").focus();
window.parent.parent.postMessage("ready", '*');
}
</script>
</body>
</html>