You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ECOM/untitled/web/404.jsp

18 lines
388 B

<%--
Created by IntelliJ IDEA.
User: 12762
Date: 2025/4/22
Time: 下午2:30
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<!DOCTYPE html>
<html>
<head>
<title>404 - 页面未找到</title>
</head>
<body>
<h1>404 错误</h1>
<p>抱歉,您访问的页面不存在。</p >
</body>
</html>