10 lines
214 B
Plaintext
10 lines
214 B
Plaintext
|
|
<%@ page contentType="text/html;charset=UTF-8" %>
|
||
|
|
<!DOCTYPE html >
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<jsp:forward page="/loginIndex" />
|
||
|
|
</body>
|
||
|
|
</html>
|