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:
@ -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>
|
||||
|
Reference in New Issue
Block a user