Files
matrix/cygnus-onprem-app/build/WebContent/index.jsp

17 lines
434 B
Plaintext

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Cygnus 1.0</title>
</head>
<body>
<form name="index" action="ver/login" method="post">
</form>
</body>
<script language="javascript" type="text/javascript">
document.forms[0].submit();
</script>
</html>