Last change
on this file since 17a2fda was 8204d83, checked in by DenicaKj <dkorvezir@…>, 21 months ago |
Update login.html
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[6032d44] | 1 |
|
---|
[533c366] | 2 | <div>
|
---|
| 3 | <form th:method="POST" th:action="@{/login}">
|
---|
| 4 | <div class="container">
|
---|
| 5 | <form class="form-signin mt-xl-5" method="post" action="/login">
|
---|
[8204d83] | 6 | <h2 class="form-signin-heading" style="color: white">Најава</h2>
|
---|
[533c366] | 7 | <p>
|
---|
[39a45e6] | 8 | <label for="username" class="sr-only">Корисничко име</label>
|
---|
| 9 | <input type="text" id="username" name="username" class="form-control" placeholder="Корисничко име" required="" autofocus=""/>
|
---|
[533c366] | 10 | </p>
|
---|
| 11 | <p>
|
---|
[39a45e6] | 12 | <label for="password" class="sr-only">Лозинка</label>
|
---|
| 13 | <input type="password" id="password" name="password" class="form-control" placeholder="Лозинка" required=""/>
|
---|
[533c366] | 14 | </p>
|
---|
| 15 | </form>
|
---|
[8204d83] | 16 | <button id="submit" style="background-color: #ff5019;border-color: #ff5019" class="btn btn-lg btn-block" type="submit">Најави се</button>
|
---|
| 17 | </div>
|
---|
| 18 | <div style="display: flex;justify-content: center;align-content: center">
|
---|
| 19 | <a href="/register" class="btn btn-block btn-light" style="margin-top: 20px;width: 400px">Регистрирај се тука!</a>
|
---|
[533c366] | 20 | </div>
|
---|
| 21 | </form>
|
---|
[8204d83] | 22 |
|
---|
[533c366] | 23 | </div> |
---|
Note:
See
TracBrowser
for help on using the repository browser.