diff options
Diffstat (limited to 'src/main/resources/templates/report.html')
| -rw-r--r-- | src/main/resources/templates/report.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/templates/report.html b/src/main/resources/templates/report.html index 6ee34ac..552a86c 100644 --- a/src/main/resources/templates/report.html +++ b/src/main/resources/templates/report.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> @@ -66,6 +66,6 @@ </table> </main> <footer th:replace="~{fragments.html :: footer}"></footer> - <script th:src="@{/scripts.js}"></script> + <script th:src="@{/main.js}"></script> </body> </html>
\ No newline at end of file |
