diff options
| author | Paul-Christian Volkmer | 2024-01-09 18:09:44 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-01-09 18:09:44 +0100 |
| commit | f98c9703488f04667fa30fc3172ca28b686f8bf3 (patch) | |
| tree | 6a649dc88ded6ecd5d73ae13c3eda95444e77e32 /src/main/resources/templates/fragments.html | |
| parent | 75872a149f85e92ace8e82b2aa53e887e3043035 (diff) | |
chore: layout and style changes
Diffstat (limited to 'src/main/resources/templates/fragments.html')
| -rw-r--r-- | src/main/resources/templates/fragments.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/templates/fragments.html b/src/main/resources/templates/fragments.html index fbbe47d..677e841 100644 --- a/src/main/resources/templates/fragments.html +++ b/src/main/resources/templates/fragments.html @@ -7,6 +7,10 @@ <body> <div th:fragment="nav"> <nav> + <a class="nav-home" th:href="@{/}"> + <img th:src="@{/icon.svg}" alt="Icon" /> + <span>ETL-Processor</span> + </a> <ul> <li><a th:href="@{/}">Übersicht</a></li> <li><a th:href="@{/statistics}">Statistiken</a></li> |
