mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 19:33:08 +09:00
5 lines
105 B
HTML
5 lines
105 B
HTML
|
|
<html>
|
||
|
|
<body onload="document.getElementById('i').select();">
|
||
|
|
<input id="i" value="text">
|
||
|
|
</body>
|
||
|
|
</html>
|