- <!DOCTYPE HTML>
- <html xmlns:th="http://www.thymeleaf.org">
- <head>
- <title>Error Pages</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- </head>
- <body>
- <p th:text="'Url:' + ${URL}" />
- <p th:text="'Error:' + ${error}" />
- <p th:text="'Status:' + ${status}" />
- <p th:text="'Timestamp:' + ${timestamp}" />
- </body>
- </html>
|