mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 01:13:08 +09:00
10 lines
223 B
HTML
10 lines
223 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<input id="test-input" type="text" value=""/>
|
|
<script type="application/javascript;version=1.7">
|
|
let input = document.getElementById('test-input');
|
|
input.focus();
|
|
</script>
|
|
</body>
|
|
</html>
|