webidor/src/main/webapp/index.jsp
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Sun, 17 Jul 2011 15:40:50 +0200
branchglassfish
changeset 284 90be53f96e0c
permissions -rw-r--r--
webidor rewritten to run as glassfish application
     1 <%@page contentType="text/html" pageEncoding="UTF-8"%>
     2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     3    "http://www.w3.org/TR/html4/loose.dtd">
     4 
     5 <html>
     6     <head>
     7         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     8         <title>Quoridor REST APIs</title>
     9     </head>
    10     <body>
    11         <h1>Quoridor REST APIs!</h1>
    12         
    13         Get list of <a href="resources/games">all games</a>.
    14     </body>
    15 </html>