java/nekurak.net-rest/web/index.jsp
changeset 188 74d06a8a4948
parent 187 e7b3ef7aaef4
child 189 fcd69520f12d
     1.1 --- a/java/nekurak.net-rest/web/index.jsp	Tue Jul 19 15:20:47 2011 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,24 +0,0 @@
     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>