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.

12 lines
251 B

<%@ page contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<html>
<head><title>错误页面</title></head>
<body>
<p>发生错误!出错了!!!!</p>
<p><a href="index.jsp>" >返回 首页</a></p>
</body>
</html>