mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 23:19:50 +00:00
10 lines
195 B
HTML
10 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>
|