mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
21 lines
175 B
HTML
21 lines
175 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
|
||
|
|
<style>
|
||
|
|
select {
|
||
|
|
visibility: collapse;
|
||
|
|
}
|
||
|
|
|
||
|
|
body {
|
||
|
|
display: -moz-grid-group;
|
||
|
|
}
|
||
|
|
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<select><option>a</option></select>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|