source: src/main/resources/templates/login.html@ 60de3eb

main
Last change on this file since 60de3eb was 60de3eb, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 18 months ago

Added master template and added filtering parts by car and category

  • Property mode set to 100644
File size: 967 bytes
Line 
1<div>
2<form th:method="POST" th:action="@{/login}">
3 <div class="container">
4 <form class="form-signin mt-xl-5" method="post" action="/login">
5 <h2 class="form-signin-heading">Најава</h2>
6 <p>
7 <label for="username" class="sr-only">Корисничко име</label>
8 <input type="text" id="username" name="username" class="form-control" placeholder="Корисничко име" required="" autofocus=""/>
9 </p>
10 <p>
11 <label for="password" class="sr-only">Лозинка</label>
12 <input type="password" id="password" name="password" class="form-control" placeholder="Лозинка" required=""/>
13 </p>
14 </form>
15 <button id="submit" class="btn btn-lg btn-primary btn-block" type="submit">Најава</button>
16 </div>
17</form>
18<a href="/register" class="btn btn-block btn-light">Регистрирај се</a>
19</div>
Note: See TracBrowser for help on using the repository browser.