blob: 6f692dc5e7d69a30a407f107268c9e012efcd9e3 [file] [log] [blame]
<script>
function start() {
document.execCommand('selectAll', false)
document.documentElement.appendChild(document.getElementById('input'))
}
</script>
<body onload="start()">
<input id="input" autofocus>
<canvas contenteditable="true" hidden></canvas>
</body>