changed error page to reviews page

This commit is contained in:
Sasank Vishnubhatla 2017-06-02 11:20:20 -04:00
parent 96c073da45
commit 854b480478

View file

@ -3,9 +3,8 @@
<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>
<h2>Reviews</h2>
<p>We are currently curating our review.</p>
</body>
</html>
</html>