oops, forgot the initial index template!

This commit is contained in:
Yvan 2025-01-24 14:16:55 +00:00
parent c787ce032a
commit e1bb1b8206

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Spring Boot Form Handling Example</title>
</head>
<body>
<h1>Spring Boot Form Handling Example</h1>
<h2>Spring Form Tags with JSP</h2>
<a href="/register">Click here</a>
</body>
</html>