exampleTwo.jsp 157 B

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