java/sql-vyuka/web/index.jsp
author František Kučera <franta-hg@frantovo.cz>
Sun May 24 16:58:45 2009 +0200 (2009-05-24)
changeset 8 4795d9bf6827
child 10 5d6592e753c0
permissions -rw-r--r--
Založení javovského projektu.
     1 <%-- 
     2     Document   : index
     3     Created on : 24.5.2009, 16:54:56
     4     Author     : fiki
     5 --%>
     6 
     7 <%@page contentType="text/html" pageEncoding="UTF-8"%>
     8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     9    "http://www.w3.org/TR/html4/loose.dtd">
    10 
    11 <html>
    12     <head>
    13         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    14         <title>JSP Page</title>
    15     </head>
    16     <body>
    17         <h1>Hello World!</h1>
    18     </body>
    19 </html>