codeweek/auftakt/index.php

5 lines
221 B
PHP
Raw Normal View History

2024-09-17 12:03:09 +00:00
<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>