mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-23 18:32:20 +00:00
15 lines
353 B
HTML
15 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>
|