java/sql-vyuka/web/index.jsp
changeset 8 4795d9bf6827
child 10 5d6592e753c0
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/sql-vyuka/web/index.jsp	Sun May 24 16:58:45 2009 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +<%-- 
     1.5 +    Document   : index
     1.6 +    Created on : 24.5.2009, 16:54:56
     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>