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.
13 lines
282 B
13 lines
282 B
2 years ago
|
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
|
||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>首页</title>
|
||
|
<meta http-equiv="refresh" content="0;url=login/uIndex">
|
||
|
</head>
|
||
|
<body>
|
||
|
默认首页
|
||
|
</body>
|
||
|
|
||
|
</html>
|