Last change
on this file was 31d67c0, checked in by zlatko2810 <zlatko.stojanovski@…>, 2 years ago |
proekt
|
-
Property mode
set to
100644
|
File size:
1009 bytes
|
Line | |
---|
1 | <head> <link rel="stylesheet" type="text/css" th:href="@{../css/style.css}"/></head>
|
---|
2 | <header xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.w3.org/1999/xhtml" style="
|
---|
3 | padding: 30px 10%;
|
---|
4 | max-width: 100%;
|
---|
5 | height: 15%;
|
---|
6 | background-color: rgba(0, 0, 0, 0.5);
|
---|
7 | border: none;">
|
---|
8 | <a href="/home"><img class="logo" th:src="@{../images/LOGOPNG.png}"></a>
|
---|
9 | <ul class="nav_links">
|
---|
10 | <li><a href="/home">Home</a></li>
|
---|
11 | <li><a href="/reservation-info">Reservation</a></li>
|
---|
12 | <li><a href="/contact" style="margin-right: 5px">Contact</a></li>
|
---|
13 | <li><a href="/about" style="margin-right: 5px">About</a></li>
|
---|
14 | </ul>
|
---|
15 | <div class="right" style="display:flex;">
|
---|
16 | <div sec:authorize="!isAuthenticated()">
|
---|
17 | <a href="/register-info" style="margin-right: 55px" >Register</a>
|
---|
18 | </div>
|
---|
19 | <!-- <a class="reg" href="/register">LOGIN</a>-->
|
---|
20 | <!-- <a class="log" href="/login">REGISTER</a>-->
|
---|
21 | </div>
|
---|
22 | </header> |
---|
Note:
See
TracBrowser
for help on using the repository browser.