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