mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 11:53:07 +09:00
9 lines
235 B
HTML
9 lines
235 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<body onload="document.getElementById('i').type = 'image';
|
|
document.documentElement.className = '';">
|
|
<form>
|
|
<input id='i' required>
|
|
</form>
|
|
</body>
|
|
</html>
|