New internal supporting JSP
[proteocache.git] / webapp / resources / index.jsp
1 <%@ page language="java" pageEncoding="UTF-8" contentType="text/html; charset=utf-8" %>
2 <html>
3         <head>
4                 <title></title>
5                 <script type="text/javascript">window.location.href='<%=request.getContextPath()%>/home'</script>
6         </head>
7         <body>
8                 If you are not redirected automatically, click 
9                         <a href="<%=request.getContextPath()%>/home">here</a>.
10         </body>
11 </html>