2020-01-12 22:28:02 +01:00
|
|
|
<html>
|
|
|
|
<title>
|
|
|
|
Sign Up
|
|
|
|
</title>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<h1> Willkommen bei der Registrierung! </h1>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<hr>
|
2020-01-13 08:43:32 +01:00
|
|
|
<form action="forwarding.php" method="post">
|
2020-01-12 22:28:02 +01:00
|
|
|
<p> Bitte gib einen Benutzernamen ein: <input type="text" name="user" placeholder="Benutzername"/>
|
2020-01-20 08:30:04 +01:00
|
|
|
<p> Bitte gib eine E-Mail Adresse ein: <input type="text" name="email" placeholder="e-Mail Adresse"/>
|
2020-01-12 22:28:02 +01:00
|
|
|
<p> Bitte gib ein Passwort ein: <input type="password" name="password" placeholder="Passwort"/>
|
|
|
|
<p> Bitte bestätige dein Passwort ein: <input type="password" name="pass" placeholder="Passwort bestätigen"/>
|
|
|
|
<input type="submit" value="Registrieren" />
|
|
|
|
</form>
|
|
|
|
</body>
|
2020-01-20 08:30:04 +01:00
|
|
|
</html>
|