java/UpozorneniEmailem/web/index.jsp
changeset 0 a8354f90252c
child 1 f6b8c00ef3d3
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/UpozorneniEmailem/web/index.jsp	Sat Mar 07 12:45:41 2009 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<%-- 
     1.5 +    Document   : index
     1.6 +    Created on : 7.3.2009, 12:44:47
     1.7 +    Author     : fiki
     1.8 +--%>
     1.9 +
    1.10 +<%@page contentType="text/html" pageEncoding="UTF-8"%>
    1.11 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    1.12 +   "http://www.w3.org/TR/html4/loose.dtd">
    1.13 +
    1.14 +<html>
    1.15 +    <head>
    1.16 +        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    1.17 +        <title>JSP Page</title>
    1.18 +    </head>
    1.19 +    <body>
    1.20 +        <h1>Hello World!</h1>
    1.21 +    </body>
    1.22 +</html>