add farewell message

This commit is contained in:
kunihiro.sada@gmail.com 2015-09-17 16:17:54 +09:00
parent 812d48cf74
commit d467bc5ee0

View file

@ -11,7 +11,7 @@
<body>
<div class="container">
<jsp:include page="fragments/bodyHeader.jsp"/>
<h2><fmt:message key="welcome"/>! </h2>
<h2><fmt:message key="welcome"/> and Farewell! </h2>
<spring:url value="/resources/images/pets.png" htmlEscape="true" var="petsImage"/>
<img src="${petsImage}"/>