This commit is contained in:
2024-05-02 12:06:13 +02:00
parent d1945cfbd8
commit b25ad54107
3 changed files with 8 additions and 7 deletions

View File

@@ -15,7 +15,10 @@
<!-- Set the value to 0 if range is from -500 to 500 -->
<input type="range" id="slider" min="-500" max="500" value="0">
<br>
<button id="resetovac">RESET</button>
<select id="selector">
<option value="0">RESET</option>
<option value="112">Nahodne miesto</option>
</select>
</div>
<script src="script.js"></script>
</body>