Update profile.php

This commit is contained in:
NOrtmann1
2026-04-22 18:53:00 +02:00
parent a19f167631
commit 520ab04706
+4 -4
View File
@@ -28,25 +28,25 @@
<div><a href="/users"><img src="../images/logo.png" alt="" width="120" height="72"></a></div>
</div>
<div>
<label id="Vorname"><br>Vorname</br></label>
<label id="Vorname">Vorname</label>
<input type="text" name="Vorname" required placeholder="Vorname" value="<?php //DB-Daten ?>">
</div>
</div>
<div>
<div>
<label id="Nachname"><br>Nachname</br></label>
<label id="Nachname">Nachname</label>
<input type="text" name="Nachname" required placeholder="Nachname" value="<?php //DB-Daten ?>">
</div>
</div>
<div>
<div>
<label id="Email"><br>Email-Adresse</br></label>
<label id="Email">Email-Adresse</label>
<input type="email" name="Email" required placeholder="mustermann@web.de" value="<?php //DB-Daten ?>">
</div>
</div>
<div>
<div>
<label id="Passwort"><br>Passwort</br></label>
<label id="Passwort">Passwort</label>
<input type="password" name="Passwort" required placeholder="Passwort">
</div>
</div>