jenkins-gitops-deploy-k8s / app / spring-petclinic / src / main / resources / templates / error.html
error.html
Raw
<!DOCTYPE html>

<html xmlns:th="https://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>