This commit is contained in:
3p01
2025-10-29 09:29:54 +01:00
parent 83195ab72f
commit edc3abedfa
7 changed files with 981 additions and 37 deletions

View File

@@ -18,10 +18,10 @@
</div>
<div class="box">
<form action="index.php" method="post">
<label for="a">Wprowadź liczbę A: </label><br>
<input type="number" name="a" id="a"><br>
<label for="b">Wprowadź liczbę B:</label><br>
<input type="number" name="b" id="b"><br><br>
<label for="a">Wprowadź liczbę A: </label>
<input type="number" name="a" id="a">
<label for="b">Wprowadź liczbę B:</label>
<input type="number" name="b" id="b">
<button type="submit">Wyślij</button>
</form>
</div>