Skip to content
Snippets Groups Projects
Forked from Smart / broken-petclinic
489 commits behind the upstream repository.
footer.jsp 332 B
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>

<table class="footer">
    <tr>
        <td></td>
        <td align="right"><img src="<spring:url value="/resources/images/springsource-logo.png" htmlEscape="true" />"
                               alt="Sponsored by SpringSource"/></td>
    </tr>
</table>