Update
This commit is contained in:
13
cgi-bin/vorbereitung/form.html
Normal file
13
cgi-bin/vorbereitung/form.html
Normal 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>
|
Reference in New Issue
Block a user