author | František Kučera <franta-hg@frantovo.cz> |
Tue, 22 Dec 2009 20:58:12 +0100 | |
changeset 5 | e10dd26d095e |
parent 3 | 70b8ea18618b |
child 7 | c2a8f0c77f77 |
permissions | -rw-r--r-- |
1 <?xml version="1.0" encoding="UTF-8"?>
2 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
3 <jsp:directive.page contentType="application/xhtml+xml"/>
4 <jsp:output doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
5 doctype-root-element="html"
6 omit-xml-declaration="false"/>
8 <html xmlns="http://www.w3.org/1999/xhtml">
9 <head>
10 <title>Nekuřák.net</title>
11 </head>
12 <body>
13 <h1>Nekuřák.net</h1>
14 <p>Začínáme s J2EE…</p>
15 </body>
16 </html>
18 </jsp:root>