14 lines
358 B
HTML
14 lines
358 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" value="zahl"></input>
|
|
<input type="submit">Let's go!</input>
|
|
</form>
|
|
</body>
|
|
|
|
</html>
|