mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 10:41:56 +01:00
8 lines
231 B
PHP
8 lines
231 B
PHP
|
<form action="form4.php" method="get">
|
||
|
<p>Geben Sie hier Ihr Kennwort ein:</p>
|
||
|
<input type="password" size="20" name="Kennwort">
|
||
|
<br>
|
||
|
<br>
|
||
|
<input type="submit" value="Absenden">
|
||
|
</form>
|