mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 03:13:09 +09:00
11 lines
184 B
HTML
11 lines
184 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<select size=4>
|
|
<option>foo</option>
|
|
<option>bar</option>
|
|
</select>
|
|
<select>
|
|
<option>foo</option>
|
|
<option>bar</option>
|
|
</select>
|
|
</html>
|