mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 12:53:07 +09:00
7 lines
198 B
HTML
7 lines
198 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div>a<input type="text" style="visibility: hidden">b</div>
|
|
<div>a<input type="text" style="visibility: hidden; padding-top: 200px">b</div>
|
|
</body>
|
|
</html>
|