17 lines
423 B
PHP
17 lines
423 B
PHP
<h1>Registrieren</h1>
|
|
|
|
<span class="form-control">
|
|
<label for="mail">E-Mail:</label>
|
|
<input type="text" id="mail" />
|
|
|
|
<label for="username">Benutzername:</label>
|
|
<input type="text" id="username" />
|
|
|
|
<label for="password">Kennwort:</label>
|
|
<input type="password" id="password">
|
|
|
|
<label for="password_repeat">Kennwort wiederholen:</label>
|
|
<input type="password" id="password_repeat">
|
|
|
|
</span>
|