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