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.html18
1 files changed, 18 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
new file mode 100644
index 0000000..48e251d
--- /dev/null
+++ b/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML>
+<html xmlns:th="http://www.thymeleaf.org">
+
+<head>
+ <title>Form handling example with Thymeleaf</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+</head>
+
+<body>
+
+<h1>Form handling example with Thymeleaf</h1>
+
+<a href="/contact">Contact Us</a>
+
+</body>
+
+</html>
+