This commit is contained in:
2019-07-28 19:01:22 +02:00
parent 3a8ae47c7f
commit 28d4369fa2
4 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<head>
<title>Waltomode Rechner</title>
</head>
<body>
<form action="walthorz.php" method="POST">
<label for="zahl">Gebe deine Lieblingszahl ein</label>
<input type="number" id="zahl"></input>
<input type="submit">Let's go!</input>
</form>
</body>
</html>