mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 03:13:09 +09:00
9 lines
94 B
HTML
9 lines
94 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<select>
|
|
<option>1
|
|
<option selected>2
|
|
</select>
|
|
</body>
|
|
</html>
|