blob: e3df8dd2165a7a381614ed3a3db3af08b45969a8 [file] [log] [blame]
<!DOCTYPE html>
<div style="height: 2px"></div>
&nbsp;&nbsp;<input id="input" style="outline: none">
<script>
onload = function() {
input.focus();
};
</script>