blob: 3a8eedd5d11f4293ed8a1ebc01766a32f3614df0 [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 are currently logged in.</p>
<p><a href="<c:url value="/home.jsp"/>">Return to the home page.</a></p>
<p><a href="<c:url value="/logout.jsp"/>">Log out.</a></p>
</body>
</html>