mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 18:38:27 +00:00
13 lines
235 B
HTML
13 lines
235 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<select size='4'>
|
|
<option>Tulip</option>
|
|
<option>Lily</option>
|
|
<option>Gagea</option>
|
|
<option>Snowflake</option>
|
|
<option>Ismene</option>
|
|
</select>
|
|
</body>
|
|
</html>
|