diff src/main/webapp/pages/index.jsp @ 7:bc57f2660b0f

implementation of web service
author Jorge Urzua <jurzua@mpiwg-berlin.mpg.de>
date Fri, 12 Apr 2013 17:48:42 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/webapp/pages/index.jsp	Fri Apr 12 17:48:42 2013 +0200
@@ -0,0 +1,6 @@
+<html>
+    <head/>
+    <body>
+        <jsp:forward page="/pages/home.xhtml" />
+    </body>
+</html>
\ No newline at end of file