webidor/src/main/webapp/WEB-INF/jsp/index.jsp
changeset 35 2e85dd878f04
parent 34 34baf57f2d4e
child 36 d5ccf73ebbe5
     1.1 --- a/webidor/src/main/webapp/WEB-INF/jsp/index.jsp	Sun Jul 12 13:35:58 2009 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,19 +0,0 @@
     1.4 -<%@page contentType="text/html" pageEncoding="UTF-8"%>
     1.5 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     1.6 -   "http://www.w3.org/TR/html4/loose.dtd">
     1.7 -
     1.8 -<html>
     1.9 -    <head>
    1.10 -        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    1.11 -        <title>Welcome to Spring Web MVC project</title>
    1.12 -    </head>
    1.13 -    
    1.14 -    <body>
    1.15 -        <p>Hello ${id}! This is the default welcome page for a Spring Web MVC project.</p>
    1.16 -        <p><i>To display a different welcome page for this project, modify</i>
    1.17 -          <tt>index.jsp</tt> <i>, or create your own welcome page then change
    1.18 -          the redirection in</i> <tt>redirect.jsp</tt> <i>to point to the new
    1.19 -          welcome page and also update the welcome-file setting in</i>
    1.20 -          <tt>web.xml</tt>.</p>
    1.21 -    </body>
    1.22 -</html>