Add mode comments to the classes
[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()%>/index'</script>
6         </head>
7         <body>
8                 If you are not redirected automatically, click <a href="<%=request.getContextPath()%>/index">here</a>.
9         </body>
10 </html>