summaryrefslogtreecommitdiff
path: root/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html
diff options
context:
space:
mode:
authorKamal Wickramanayake <kamal@inbox.lk>2026-06-06 21:00:32 +0530
committerKamal Wickramanayake <kamal@inbox.lk>2026-06-06 21:00:32 +0530
commit8fc60b3ccd9fd076004d61c2bc190aaedd073c46 (patch)
tree358cb88be27bd81d6691531db438c80f11c96187 /spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html
parent3d3d8fb1e2937fbc05cfd867098fbf873ff6897c (diff)
Added Spring Boot DevTools support and css to the project
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.html1
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>