java/HibernateDemo1/HibernateDemo1-war/web/index.jsp
changeset 0 16a1fc2116d6
child 3 769816825525
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/HibernateDemo1/HibernateDemo1-war/web/index.jsp	Sat Mar 14 21:58:41 2009 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<%-- 
     1.5 +    Document   : index
     1.6 +    Created on : 14.3.2009, 21:22:28
     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>