blob: 1c74127847f83497a3420b36aacf71e82f314e41 [file] [log] [blame]
<%@ include file="../include.jsp" %>
<html>
<head>
<link type="text/css" rel="stylesheet" href="<c:url value="/style.css"/>" />
</head>
<body>
<h2>Users only</h2>
<p>You have successfully logged in.</p>
<p><a href="<c:url value="/home.jsp"/>">Return to the home page.</a></p>
<p><a href="<c:url value="/logoutjsp"/>">Log out.</a></p>
</body>
</html>