summaryrefslogtreecommitdiff
path: root/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.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/index.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/index.html')
-rw-r--r--spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html b/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html
index 48e251d..9259f47 100644
--- a/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html
+++ b/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html
@@ -4,6 +4,7 @@
<head>
<title>Form handling example with Thymeleaf</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <link rel="stylesheet" th:href="@{/css/main.css}" />
</head>
<body>