mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 11:53:07 +09:00
18 lines
182 B
HTML
18 lines
182 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<style>
|
|
div {
|
|
border: 1px solid black;
|
|
}
|
|
|
|
select {
|
|
padding: 10px;
|
|
}
|
|
</style>
|
|
<body>
|
|
|
|
<div><select><option>Hello</option></select></div>
|
|
|
|
</body>
|
|
|
|
</html>
|