PAN-18 Here is the JSP file for hoempage
This commit is contained in:
@@ -1,3 +1,2 @@
|
|||||||
spring.mvc.view.prefix:/WEB-INF/jsp/
|
spring.mvc.view.prefix:/WEB-INF/jsp/
|
||||||
spring.mvc.view.suffix:.jsp
|
spring.mvc.view.suffix:.jsp
|
||||||
server.port=8090
|
|
||||||
+15
-10
@@ -5,18 +5,23 @@
|
|||||||
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.
|
||||||
--%>
|
--%>
|
||||||
<%@taglib uri = "http://www.springframework.org/tags/form" prefix = "form"%>
|
|
||||||
|
|
||||||
|
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Test page</title>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>Theroem Prover</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h3>Test stuffs</h3>
|
<div>
|
||||||
<a href="http://localhost:8080/login.html">test hyperlink </a>
|
<div>
|
||||||
<form action="http://www.google.com">
|
<h1>Theorem Prover</h1>
|
||||||
<input type="submit" value="Redirect Page"/>
|
<h2>Hello! ${message}</h2>
|
||||||
</form>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
||||||
|
Click on this <strong><a href="next">link</a></strong> to visit theorem entering page.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user