Files
intecsync/cgi-bin/vorbereitung/form.html
2019-07-28 19:01:22 +02:00

14 lines
345 B
HTML

<!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>