Fix problem with monospace font
[proteocache.git] / webapp / view / hello.jsp
1 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
2 <html>
3 <body>
4         <h3>Message : ${message}</h3>
5         <h3>Username : ${username}</h3>
6
7         <a href="<c:url value="/j_spring_security_logout" />"> Logout</a>
8
9 </body>
10 </html>