webidor/src/main/webapp/index.jsp
branchglassfish
changeset 284 90be53f96e0c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/webidor/src/main/webapp/index.jsp	Sun Jul 17 15:40:50 2011 +0200
     1.3 @@ -0,0 +1,15 @@
     1.4 +<%@page contentType="text/html" pageEncoding="UTF-8"%>
     1.5 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     1.6 +   "http://www.w3.org/TR/html4/loose.dtd">
     1.7 +
     1.8 +<html>
     1.9 +    <head>
    1.10 +        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    1.11 +        <title>Quoridor REST APIs</title>
    1.12 +    </head>
    1.13 +    <body>
    1.14 +        <h1>Quoridor REST APIs!</h1>
    1.15 +        
    1.16 +        Get list of <a href="resources/games">all games</a>.
    1.17 +    </body>
    1.18 +</html>