diff options
Diffstat (limited to 'spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html')
| -rw-r--r-- | spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html b/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html index 1bb4b45..607a9eb 100644 --- a/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html +++ b/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html @@ -3,6 +3,7 @@ <head> <title>Contact Us</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <link rel="stylesheet" th:href="@{/css/main.css}" /> </head> <body> <h1>Contact Us</h1> |
