archive: homework4 test1

This commit is contained in:
2025-04-02 11:32:07 +08:00
parent 2c2b2347a9
commit bbcf2610e6
7 changed files with 55 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>中转页</title>
</head>
<body>
<jsp:forward page="login.jsp" />
</body>
</html>
+9
View File
@@ -0,0 +1,9 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>用户登录</title>
</head>
<body>
</body>
</html>