blob: de2dd3d7e5729cee52d5ab51185526491f4f9afc [file] [log] [blame]
<%@ include file="include.jsp" %>
<html>
<head>
<link type="text/css" rel="stylesheet" href="<c:url value="/style.css"/>" />
</head>
<body>
<h1>JSecurity Quickstart</h1>
<p>Hi! Welcome to the JSecurity Quickstart sample application.</p>
<p>This page represents the home page of any web application.</p>
<h2>Roles</h2>
<p>This part of the webpage shows the roles you currently have. If you have't logged in yet, you will only have
the 'guest' role. </p>
</body>
</html>