add initial auftakt files

This commit is contained in:
csimonis 2024-09-17 14:03:09 +02:00
commit 29aa8a9615
5 changed files with 37 additions and 0 deletions

5
auftakt/index.php Normal file
View file

@ -0,0 +1,5 @@
<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>