mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2025-12-29 11:45:20 -05:00
11 lines
187 B
HTML
Executable File
11 lines
187 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Input focus test</title>
|
|
</head>
|
|
<body>
|
|
<p>This should not get focus: <input></p>
|
|
<p>This should get focus: <input autofocus></p>
|
|
</body>
|
|
</html>
|