mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
10 lines
126 B
HTML
Executable File
10 lines
126 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Input focus test</title>
|
|
</head>
|
|
<body>
|
|
<input type="test" autofocus>
|
|
</body>
|
|
</html>
|