17 lines
325 B
Plaintext
17 lines
325 B
Plaintext
<%--
|
|
Created by IntelliJ IDEA.
|
|
User: 25589
|
|
Date: 2024/11/28
|
|
Time: 下午4:01
|
|
To change this template use File | Settings | File Templates.
|
|
--%>
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<html>
|
|
<head>
|
|
<title>错误</title>
|
|
</head>
|
|
<body>
|
|
<h1>服务器遇到了错误</h1>
|
|
</body>
|
|
</html>
|