home.jsp

13 lines | 214 B Blame History Raw Download
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ page session="false" %>
<html>
<head>
	<title>Welcome</title>
</head>
<body>
<h1>
	Congratulations! You're running Spring!
</h1>
</body>
</html>