szybkie commity
This commit is contained in:
33
liczby.html
33
liczby.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user