Files
2018-02-02 04:16:08 -05:00

5 lines
105 B
HTML

<html>
<body onload="document.getElementById('i').select();">
<input id="i" value="text">
</body>
</html>