blob: 7a72fad62933d304fc48d21f5b3a082a7ca447ba [file] [log] [blame]
<html>
<head>
<script>
window.onload = function() {
document.getElementById("input").focus();
}
</script>
</head>
<body style="background-color: green;">
<input id="input" type="text" style="border-radius: 40px;"/>
</body>
</head>
</html>