mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
6 lines
183 B
HTML
6 lines
183 B
HTML
<!DOCTYPE>
|
|
<html class="reftest-wait">
|
|
<body onload="document.getElementById('i').focus();">
|
|
<input id='i' onfocus="document.documentElement.className = '';">
|
|
</body>
|
|
</html>
|