mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-23 18:21:56 +01:00
12 lines
221 B
HTML
12 lines
221 B
HTML
<html>
|
|
<head />
|
|
<body>
|
|
<form action="check.php" method="post">
|
|
<input type="checkbox" name="Check" />
|
|
<input type="text" name="Text" />
|
|
<input type="submit" name="submit" value="sub" />
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|