login & register html-form + relative Pfade

This commit is contained in:
2026-04-21 21:58:44 +02:00
parent 2a5b6c8406
commit b542fb8c9c
12 changed files with 80 additions and 39 deletions
-12
View File
@@ -38,12 +38,6 @@
<input type="text" name="Nachname" required="true" placeholder="Nachname"value="<?php //DB-Daten ?>">
</div>
</div>
<div>
<div>
<label for="Handy"><h4>Handy</h4></label>
<input type="text" name="Handy" id="Handy" placeholder="Handynummer" value="<?php //DB-Daten ?>">
</div>
</div>
<div>
<div>
<label for="Email"><h4>Email-Adresse</h4></label>
@@ -51,12 +45,6 @@
</div>
</div>
<div>
<div>
<label for="email"><h4>Wohnort</h4></label>
</div>
</div>
<div>
<div>
<label for="Passwort"><h4>Passwort</h4></label>
<input type="password" name="Passwort" required="true" placeholder="Passwort">