Here is the JSP file for hoempage

This commit is contained in:
zeliu
2019-03-07 10:22:08 -07:00
parent 4130e7bef3
commit 86c5e8123e
2 changed files with 13 additions and 7 deletions
+9 -3
View File
@@ -5,12 +5,18 @@
Time: 8:03 PM Time: 8:03 PM
To change this template use File | Settings | File Templates. To change this template use File | Settings | File Templates.
--%> --%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@taglib uri = "http://www.springframework.org/tags/form" prefix = "form"%>
<html> <html>
<head> <head>
<title>$Title$</title> <title>Test page</title>
</head> </head>
<body> <body>
$END$ <h3>Test stuffs</h3>
<a href="http://localhost:8080/login.html">test hyperlink </a>
<form action="http://www.google.com">
<input type="submit" value="Redirect Page"/>
</form>
</body> </body>
</html> </html>