404.jsp 349 B

12345678910111213141516
  1. <%--
  2. Created by IntelliJ IDEA.
  3. User: 武恒
  4. Date: 2023/2/6
  5. Time: 10:34
  6. To change this template use File | Settings | File Templates.
  7. --%>
  8. <%@ page isErrorPage="true" contentType="text/html;charset=UTF-8" language="java" %>
  9. <html>
  10. <head>
  11. <title>404</title>
  12. </head>
  13. <body>
  14. <h1>哎呀 页面被外星人偷走了!!!</h1>
  15. </body>
  16. </html>