1
0
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:
Stian Lund
2021-10-23 13:49:21 +02:00
parent b6684d146c
commit a6683daf70

14
test/focus-test.html Executable file
View 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>