view src/main/webapp/pages/index.jsp @ 9:2bc783262919 default tip

Implementation of Servlet
author Jorge Urzua <jurzua@mpiwg-berlin.mpg.de>
date Wed, 24 Apr 2013 10:34:46 +0200
parents bc57f2660b0f
children
line wrap: on
line source

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