java/nekurak.net-rest/web/index.jsp
author František Kučera <franta-hg@frantovo.cz>
Sun Jun 20 14:46:47 2010 +0200 (2010-06-20)
changeset 145 0efefbf5f8b6
parent 86 eb6fce71e85c
permissions -rw-r--r--
Formátování kódu, důsledné používání tabulátorů, drobné úpravy, StringBuilder
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@145
     3
		  xmlns:c="http://java.sun.com/jsp/jstl/core"
franta-hg@145
     4
		  xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
franta-hg@145
     5
		  version="2.0">
franta-hg@145
     6
	<jsp:directive.page contentType="application/xhtml+xml"/>
franta-hg@86
     7
franta-hg@145
     8
	<jsp:output doctype-system="http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd"
franta-hg@145
     9
				doctype-root-element="html"
franta-hg@145
    10
				omit-xml-declaration="false"/>
franta-hg@86
    11
franta-hg@145
    12
	<html xmlns="http://www.w3.org/1999/xhtml"
franta-hg@145
    13
		  xmlns:svg="http://www.w3.org/2000/svg"
franta-hg@145
    14
		  xmlns:xlink="http://www.w3.org/1999/xlink">
franta-hg@145
    15
		<head>
franta-hg@145
    16
			<title>REST</title>
franta-hg@145
    17
		</head>
franta-hg@145
    18
		<body>
franta-hg@145
    19
			<h1>REST</h1>
franta-hg@145
    20
			<p>REST API</p>
franta-hg@145
    21
		</body>
franta-hg@145
    22
	</html>
franta-hg@86
    23
franta-hg@86
    24
</jsp:root>