diff options
Diffstat (limited to 'src/main/resources/templates/errors/404.html')
| -rw-r--r-- | src/main/resources/templates/errors/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/errors/404.html b/src/main/resources/templates/errors/404.html index 713239d..c08c503 100644 --- a/src/main/resources/templates/errors/404.html +++ b/src/main/resources/templates/errors/404.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <title>ETL-Prozessor</title> - <link rel="stylesheet" th:href="@{/style.css}" /> + <link rel="stylesheet" th:href="@{/main.css}" /> </head> <body> <div th:replace="~{fragments.html :: nav}"></div> |
