Project

General

Profile

1
<!--
2
/**
3
 *  Does a redirect to jsp index page
4
 */
5
 -->
6
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
7
<html>
8
<head>
9
<title> </title>
10
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
11
<meta http-equiv="refresh" content="0;URL=index.jsp">
12
</head>
13
<body></body>
14
</html>
(7-7/17)