DEV aus der Abgabe 1 #4

Merged
niklas.ortmann merged 55 commits from dev into main 2026-05-13 13:00:21 +02:00
Showing only changes of commit 520ab04706 - Show all commits
+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>