15 lines
180 B
Plaintext
15 lines
180 B
Plaintext
<%@ include file="/WEB-INF/decorators/include.jsp"%>
|
|
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
|
|
|
|
<h4 class="title">Access denied</h4>
|
|
|
|
<div class="errorBox">
|
|
${message}
|
|
</div>
|
|
|
|
</body>
|
|
</html> |