szybkie commity

This commit is contained in:
Dark Steveneq
2025-09-22 13:45:32 +02:00
parent 553a4e28e2
commit 8bc1702de6
3 changed files with 74 additions and 9 deletions

View File

@@ -27,15 +27,40 @@
<hr>
<h4>Źródło liczby</h4>
<input type="radio" id="l-manual"><label for="l-manual">Asystent (wprowadzone manualnie)</label>
<input type="radio" id="l-auto"><label for="l-auto">Komputer (generowane automatycznie)</label>
<fieldset>
<input type="radio" id="l-manual" name="losowosc" value="czlowiek"><label for="l-manual">Asystent (wprowadzone manualnie)</label>
<input type="radio" id="l-auto" name="losowosc" value="komputer"><label for="l-auto">Komputer (generowane automatycznie)</label>
</fieldset>
<br>
<br>
<h4>Zasady zakładu</h4>
<label for="kwota">Kwota zakładu:</label><input type="range" id="kwota" min="500" step="500" max="100000">
<fieldset>
<label for="kwota">Kwota zakładu:</label><input type="range" id="kwota" min="500" step="500" max="100000">
</fieldset>
<input type="submit">
<br>
<br>
<input type="submit" value="Zagraj">
</form>
</div>
<div id="liczba" class="dialog dukryj">
<form class="okno">
<h2>Liczba</h2>
<hr>
Upewnij się, że osoba grająca nie widzi ekranu i wprowadź liczbę z zakresu 1-1000:
<br>
<br>
<fieldset>
<legend>Liczba:</legend>
<input type="number" id="liczba" min="1" max="1000" placeholder="Przykładowa liczba: 684" required>
</fieldset>
<br>
<br>
<input type="submit" value="Zapisz liczbę">
</form>
</div>
</body>