exampleThree.jsp 160 B

12345678910
  1. <%@ page contentType="text/html;charset=UTF-8" language="java" %>
  2. <html>
  3. <head>
  4. <title>Example three</title>
  5. </head>
  6. <body>
  7. Example three.
  8. </body>
  9. </html>