mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 10:53:11 +09:00
10 lines
226 B
HTML
10 lines
226 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body>
|
|
<input min="-10" max="10" step="0.1" type="range" value="-5"/>
|
|
<input max="50" min="10" step="2" type="range" value="7"/>
|
|
</body>
|
|
</html>
|