Added content max length

This commit is contained in:
2017-09-06 14:14:14 +07:00
parent c77730e516
commit 89315c0930
4 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
<h2>Login</h2>
<label for="username">Username: </label>
<input type="text" name="username" value="" placeholder="Type your username">
<input type="text" name="username" value="" placeholder="Type your username" maxlength="25">
<br>