java/nekurak.net-rest/web/index.jsp
changeset 86 eb6fce71e85c
child 145 0efefbf5f8b6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/nekurak.net-rest/web/index.jsp	Mon Apr 05 15:21:14 2010 +0200
     1.3 @@ -0,0 +1,24 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
     1.6 +	  xmlns:c="http://java.sun.com/jsp/jstl/core"
     1.7 +	  xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
     1.8 +	  version="2.0">
     1.9 +    <jsp:directive.page contentType="application/xhtml+xml"/>
    1.10 +
    1.11 +    <jsp:output doctype-system="http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd"
    1.12 +		doctype-root-element="html"
    1.13 +		omit-xml-declaration="false"/>
    1.14 +
    1.15 +    <html xmlns="http://www.w3.org/1999/xhtml"
    1.16 +	  xmlns:svg="http://www.w3.org/2000/svg"
    1.17 +	  xmlns:xlink="http://www.w3.org/1999/xlink">
    1.18 +	<head>
    1.19 +	    <title>REST</title>
    1.20 +	</head>
    1.21 +	<body>
    1.22 +	    <h1>REST</h1>
    1.23 +	    <p>REST API</p>
    1.24 +	</body>
    1.25 +    </html>
    1.26 +
    1.27 +</jsp:root>