mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
14 lines
353 B
HTML
14 lines
353 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<title>1080352</title>
|
|
</head>
|
|
<body>
|
|
<form id="form">
|
|
<input id='inputRange' type='range' step='10' min='0' max='50' value='20'><br>
|
|
<input id='inputNumber' type='number' step='10' min='0' max='500' value='30'><br>
|
|
|
|
<input type='reset'><br>
|
|
</form>
|
|
</body>
|
|
</html>
|