5 lines
221 B
PHP
5 lines
221 B
PHP
|
<form action="http://localhost:8080/auftakt/submit.php" method="POST">
|
||
|
<h1>yo. what's 9+10</h1>
|
||
|
<input type="number" value="0" placeholder="nummer" name="number">
|
||
|
<button type="submit">Abgeben</button>
|
||
|
</form>
|