Modify html pages

This commit is contained in:
2017-09-04 14:46:51 +07:00
parent 287bd4beab
commit a2a5289f66
3 changed files with 21 additions and 2 deletions

View File

@@ -10,6 +10,9 @@
<label for="username">Username: </label>
<input type="text" name="username" value="" placeholder="Type your username">
<br>
<label for="password">Password: </label>
<input type="password" name="password" value="" placeholder="Type your password">
@@ -19,6 +22,8 @@
<!-- Token -->
<input type="hidden" name="_token_" value="##TOKEN##">
<br>
<button type="submit" name="login">Login</button>
</form>
</body>