„threadr/profile/edit.php“ ändern

master
Erik 2020-03-04 10:42:54 +01:00
parent 28619ff8a7
commit 0c7d96002a
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ $navbar = "profile";
<input type="text" name="name" maxlength="20" placeholder="First name"/>
<input type="text" name="email" placeholder="E-mail"/>
<input type="text" name="biography" maxlength="2000" placeholder="Describe yourself"/>
<input type="text" name="website" maxlength="127">
<input type="text" name="website" maxlength="127" placeholder="Website">
<button>Save Profile</button>
</form>
</div>
</div>