view 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 source

<html>
    <head/>
    <body>
        <jsp:forward page="/pages/home.xhtml" />
    </body>
</html>