summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/errors/404.html
blob: 530d030f075b2c337daa0bffccf422c646fcaccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>
    <footer th:replace="~{fragments.html :: footer}"></footer>
</body>
</html>