mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
9 lines
195 B
HTML
9 lines
195 B
HTML
<!DOCTYPE html>
|
|
<!-- size should have no impact on <input type='file'>. -->
|
|
<html>
|
|
<body>
|
|
<input type='file' size='5'>
|
|
<br>
|
|
<input type='file' multiple size='30'>
|
|
</body>
|
|
</html>
|