mirror of
https://github.com/kataras/iris.git
synced 2026-08-01 00:49:51 +00:00
11277f12a0
Former-commit-id: 24ee6ce233d83f0b394afc6c69b5a88243406045
11 lines
381 B
HTML
11 lines
381 B
HTML
<form action="/user/login" method="POST">
|
|
<div class="container">
|
|
<label><b>Username</b></label>
|
|
<input type="text" placeholder="Enter Username" name="username" required>
|
|
|
|
<label><b>Password</b></label>
|
|
<input type="password" placeholder="Enter Password" name="password" required>
|
|
|
|
<button type="submit">Login</button>
|
|
</div>
|
|
</form> |