- commit
- 3631d3aec16b17dddd2d6d35a25b1f280c9d5df4
- parent
- 3b0c265a6b8ab08cc5719836476379c574b17ebb
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-12-17 21:17
autofocus on start
Diffstat
M | index.html | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
@@ -10,7 +10,7 @@ 10 10 <body> 11 11 <form id="name"> 12 12 <p>Please enter your name</p>13 -1 <input name="username" required>-1 13 <input name="username" required autofocus> 14 14 <button>Submit</button> 15 15 </form> 16 16