mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-06-24 13:09:56 -04:00
Move file
This commit is contained in:
14
test/focus-test.html
Executable file
14
test/focus-test.html
Executable file
@@ -0,0 +1,14 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user