oops, forgot the initial index template!
This commit is contained in:
parent
c787ce032a
commit
e1bb1b8206
1 changed files with 12 additions and 0 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue