10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
|
<html>
|
|
<head></head>
|
|
|
|
<body>
|
|
<h1>Invalid Session Page</h1>
|
|
|
|
<a href="<c:url value="/login.html" />">To Login</a>
|
|
</body>
|
|
</html> |