1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-04 15:32:55 +00:00

Added Link to request report

This commit is contained in:
2023-07-25 18:37:33 +02:00
parent cd46fa7e09
commit 94846deb98
13 changed files with 188 additions and 34 deletions

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="de" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>ETL-Prozessor</title>
<link rel="stylesheet" th:href="@{/style.css}" />
</head>
<body>
<div th:replace="~{fragments.html :: nav}"></div>
<main>
<h1>Nichts gefunden</h1>
</main>
</body>
</html>