Files
spring-security/samples/tutorial/src/webapp/index.jsp
2006-05-29 13:32:12 +00:00

9 lines
194 B
Plaintext

<html>
<body>
<h1>Home Page</h1>
Anyone can view this page.
<p><a href="secure/index.jsp">Secure page</a>
<p><a href="secure/extreme/index.jsp">Extremely secure page</a>
</body>
</html>