java/nekurak.net-rest/web/index.jsp
author František Kučera <franta-hg@frantovo.cz>
Mon Apr 05 15:21:14 2010 +0200 (2010-04-05)
changeset 86 eb6fce71e85c
child 145 0efefbf5f8b6
permissions -rw-r--r--
Základ REST API.
franta-hg@86
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@86
     2
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
franta-hg@86
     3
	  xmlns:c="http://java.sun.com/jsp/jstl/core"
franta-hg@86
     4
	  xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
franta-hg@86
     5
	  version="2.0">
franta-hg@86
     6
    <jsp:directive.page contentType="application/xhtml+xml"/>
franta-hg@86
     7
franta-hg@86
     8
    <jsp:output doctype-system="http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd"
franta-hg@86
     9
		doctype-root-element="html"
franta-hg@86
    10
		omit-xml-declaration="false"/>
franta-hg@86
    11
franta-hg@86
    12
    <html xmlns="http://www.w3.org/1999/xhtml"
franta-hg@86
    13
	  xmlns:svg="http://www.w3.org/2000/svg"
franta-hg@86
    14
	  xmlns:xlink="http://www.w3.org/1999/xlink">
franta-hg@86
    15
	<head>
franta-hg@86
    16
	    <title>REST</title>
franta-hg@86
    17
	</head>
franta-hg@86
    18
	<body>
franta-hg@86
    19
	    <h1>REST</h1>
franta-hg@86
    20
	    <p>REST API</p>
franta-hg@86
    21
	</body>
franta-hg@86
    22
    </html>
franta-hg@86
    23
franta-hg@86
    24
</jsp:root>