Guest User

Untitled

a guest
Apr 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <%@ include file="/WEB-INF/jsp/include.jsp" %>
  2.  
  3. <html>
  4. <head><title>Hello :: Spring Application</title></head>
  5. <body>
  6. <h1>Hello - Spring Application</h1>
  7. <p>Greetings, it is now <c:out value="${now}"/></p>
  8. </body>
  9. </html>
Add Comment
Please, Sign In to add comment