| 1234567891011121314151617 |
- <%--
- Created by IntelliJ IDEA.
- User: mati
- Date: 12/04/2023
- Time: 11:26
- To change this template use File | Settings | File Templates.
- --%>
- <%@taglib uri="http://www.springframework.org/tags" prefix="spring"%>
- <%@ page contentType="text/html;charset=UTF-8" language="java" %>
- <html>
- <head>
- <title>Access denied</title>
- </head>
- <body>
- <spring:message code="label.accessDenied"/>
- </body>
- </html>
|