summaryrefslogtreecommitdiff
path: root/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html
diff options
context:
space:
mode:
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>