mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-10 12:01:11 +00:00
11 lines
No EOL
328 B
HTML
11 lines
No EOL
328 B
HTML
<!DOCTYPE html>
|
|
|
|
<html xmlns:th="http://www.thymeleaf.org" th:replace="~{fragments/layout :: layout (~{::body},'error')}">
|
|
|
|
<body>
|
|
<img src="../static/resources/images/pets.png" th:src="@{/resources/images/pets.png}"/>
|
|
<h2>Something happened...</h2>
|
|
<p th:text="${message}">Exception message</p>
|
|
</body>
|
|
|
|
</html> |