29.10
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user