footer.jsp

13 lines | 312 B Blame History Raw Download

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

  </div>
</body>

</html>