author | František Kučera <franta-hg@frantovo.cz> |
Tue Dec 22 21:09:58 2009 +0100 (2009-12-22) | |
changeset 6 | e6581bb3c4a3 |
parent 1 | 362c306c6613 |
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>