Move file

This commit is contained in:
Stian Lund
2021-10-23 13:49:21 +02:00
parent b6684d146c
commit a6683daf70
+14
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>