Files
pathduck.github.io/test/focus/index.html
T
2022-10-07 18:18:31 +02:00

10 lines
126 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Input focus test</title>
</head>
<body>
<input type="test" autofocus>
</body>
</html>