home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / 2015-03-03 / views / home.jsp < prev    next >
Text File  |  2015-03-03  |  229b  |  13 lines

  1. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
  2. <%@ page session="false"%>
  3. <html>
  4. <head>
  5. <title>Home</title>
  6. </head>
  7. <body>
  8.     <h1>Hello world!</h1>
  9.  
  10.     <P>The time on the server is ${serverTime}.</P>
  11. </body>
  12. </html>
  13.