index.jsp 347 B

123456789101112131415161718
  1. <%--
  2. Created by IntelliJ IDEA.
  3. User: 武恒
  4. Date: 2023/2/3
  5. Time: 11:56
  6. To change this template use File | Settings | File Templates.
  7. --%>
  8. <%@ page contentType="text/html;charset=UTF-8" language="java" %>
  9. <html>
  10. <head>
  11. <title>JSP demo页面</title>
  12. </head>
  13. <body>
  14. <div>
  15. <H1>HELLO TOMCAT!!!</H1>
  16. </div>
  17. </body>
  18. </html>