mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-25 16:59:01 +09:00
13 lines
235 B
HTML
13 lines
235 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
fieldset, input, select {
|
|
display: ruby;
|
|
}
|
|
</style>
|
|
<fieldset></fieldset>
|
|
<input type="color">
|
|
<input type="file">
|
|
<input type="number">
|
|
<input type="range">
|
|
<select></select>
|
|
<select size="2"></select>
|