Modify html pages
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user