diff options
Diffstat (limited to 'src/main/resources/templates/fragments.html')
| -rw-r--r-- | src/main/resources/templates/fragments.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/fragments.html b/src/main/resources/templates/fragments.html index d3a76e6..ec7e07b 100644 --- a/src/main/resources/templates/fragments.html +++ b/src/main/resources/templates/fragments.html @@ -2,7 +2,7 @@ <html xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"/> - <link rel="stylesheet" th:href="@{/style.css}"/> + <link rel="stylesheet" th:href="@{/main.css}"/> </head> <body> <div class="headline" th:fragment="nav"> |
