java/UpozorneniEmailem/web/index.jsp
author František Kučera <franta-hg@frantovo.cz>
Sat Mar 07 12:45:41 2009 +0100 (2009-03-07)
changeset 0 a8354f90252c
child 1 f6b8c00ef3d3
permissions -rw-r--r--
Založení projektu
     1 <%-- 
     2     Document   : index
     3     Created on : 7.3.2009, 12:44:47
     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>