Let's go gambling!
This commit is contained in:
42
liczby.html
Normal file
42
liczby.html
Normal file
@@ -0,0 +1,42 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Liczby - MaszToZadanieDomowe.com</title>
|
||||
<script data-goatcounter="https://zeszyt.nonamesoft.xyz/count" async src="/assets/js/count.js"></script>
|
||||
<script src="/assets/js/liczby.js"></script>
|
||||
<link href="/assets/css/liczby.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a href="/index.html">Wróć na stronę główną</a>
|
||||
</header>
|
||||
<div id="tytul" class="wsun">
|
||||
<div>
|
||||
<h1>Liczby</h1>
|
||||
<h5>Prawie jak w kasynie!</h5>
|
||||
</div>
|
||||
<div>
|
||||
<button>Wygrywać teraz</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ile" class="dialog dwsun">
|
||||
<form class="okno">
|
||||
<h2>Nowa gra</h2>
|
||||
<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>
|
||||
<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">
|
||||
|
||||
<input type="submit">
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user