java-tutorials/jee-7-security/src/main/webapp/index.jsp

11 lines
209 B
Plaintext

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>Index Page</title>
</head>
<body>
Non-secured Index Page
<br>
<a href="/login">Login</a>
</body>
</html>