Update register.php

This commit is contained in:
2026-04-21 22:32:21 +02:00
parent c03b673464
commit 108ee97f8d
-2
View File
@@ -27,7 +27,6 @@
<h1 style="width: 50%; text-align: center">Jetzt Registrieren!</h1><br> <h1 style="width: 50%; text-align: center">Jetzt Registrieren!</h1><br>
<label id="inputEmail">Email address</label>
<p style="width: 80%;"> Email:</p> <p style="width: 80%;"> Email:</p>
<input type="email" name="email" style="width: 80%;" placeholder="mustermann@web.de" required autofocus> <input type="email" name="email" style="width: 80%;" placeholder="mustermann@web.de" required autofocus>
<p style="width: 80%;"> Vorname:</p> <p style="width: 80%;"> Vorname:</p>
@@ -35,7 +34,6 @@
<p style="width: 80%;"> Nachname:</p> <p style="width: 80%;"> Nachname:</p>
<input type="text" name="nachname" style="width: 80%;" placeholder="Mustermann" required autofocus> <input type="text" name="nachname" style="width: 80%;" placeholder="Mustermann" required autofocus>
<label id="inputPassword">Passwort</label>
<p style="width: 80%;"> Passwort:</p> <p style="width: 80%;"> Passwort:</p>
<input type="password" name="password" style="width: 80%;" placeholder="Passwort" required> <input type="password" name="password" style="width: 80%;" placeholder="Passwort" required>
<div style="width: 80%;"> <div style="width: 80%;">