mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 02:31:58 +01:00
10 lines
186 B
HTML
10 lines
186 B
HTML
|
<!-- anmeldung.html -->
|
||
|
<html>
|
||
|
<head><title>Anmeldung</title></head>
|
||
|
<body>
|
||
|
<form action=begruessung.php>
|
||
|
Benutzername: <input type=text name=benutzer>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|