mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-06-24 13:09:56 -04:00
15 lines
320 B
HTML
Executable File
15 lines
320 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Input focus test</title>
|
|
<link rel='stylesheet' href='default.css' type='text/css' media='all'>
|
|
<link rel="icon" href="./img/decscope-logo-150x150.png" sizes="32x32">
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<input type="test" autofocus>
|
|
</center>
|
|
</body>
|
|
</html>
|