diff options
| author | Paul-Christian Volkmer | 2023-07-25 18:37:33 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-07-25 18:37:33 +0200 |
| commit | 94846deb98ccb892a39795a9e8626f7303efd395 (patch) | |
| tree | 7a1c23bbdc189d3b74f4ec4a958321ee14946304 /src/main/resources/templates/errors/404.html | |
| parent | cd46fa7e0904d3de182d947dc1820a9e833673e6 (diff) | |
Added Link to request report
Diffstat (limited to 'src/main/resources/templates/errors/404.html')
| -rw-r--r-- | src/main/resources/templates/errors/404.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/resources/templates/errors/404.html b/src/main/resources/templates/errors/404.html new file mode 100644 index 0000000..8900433 --- /dev/null +++ b/src/main/resources/templates/errors/404.html @@ -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>
\ No newline at end of file |
