mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-07-03 15:02:56 +00:00
Add start and statistics page
This commit is contained in:
17
src/main/resources/templates/fragments.html
Normal file
17
src/main/resources/templates/fragments.html
Normal file
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns:th="http://www.thymeleaf.org">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" th:href="@{/style.css}" />
|
||||
</head>
|
||||
<body>
|
||||
<div th:fragment="nav">
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a th:href="@{/}">Übersicht</a></li>
|
||||
<li><a th:href="@{/statistics}">Statistiken</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user