„threadr/profile/edit.php“ ändern

master
Erik 2020-03-04 10:41:24 +01:00
parent 4daa8e0472
commit 28619ff8a7
1 changed files with 1 additions and 0 deletions

View File

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