1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-03 15:02:56 +00:00

chore: layout and style changes

This commit is contained in:
2024-01-09 18:09:44 +01:00
parent 75872a149f
commit f98c970348
5 changed files with 205 additions and 138 deletions

View File

@ -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>