input autofocus (#564)

This commit is contained in:
Rubi 2020-03-19 20:50:48 +07:00 committed by GitHub
parent 0a093fcde5
commit e90f6db575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ body {
<div id="log"></div>
<form id="form">
<input type="submit" value="Send" />
<input type="text" id="msg" size="64"/>
<input type="text" id="msg" size="64" autofocus />
</form>
</body>
</html>