metacat/lib/index.html @ 1931
1 | 47 | jones | <!--
|
---|---|---|---|
2 | 1929 | brooke | /**
|
3 | * Does a redirect to jsp index page
|
||
4 | */
|
||
5 | -->
|
||
6 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
7 | 833 | jones | <html>
|
8 | <head>
|
||
9 | 1929 | brooke | <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 | 833 | jones | </head>
|
13 | 1929 | brooke | <body></body>
|
14 | </html>
|