This commit is contained in:
jakub
2025-10-23 20:44:41 +02:00
parent c6270c51d9
commit 03df2af5f7
4 changed files with 554 additions and 115 deletions

View File

@@ -18,8 +18,8 @@
</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="a">Wprowadź liczbę A:</label>
<input type="number" name="a" id="a">
<button type="submit">Wyślij</button>
</form>
</div>