source: trunk/SchedulingSystem/web/WEB-INF/jsp/index.jsp @ 20

Last change on this file since 20 was 20, checked in by fmguler, 14 years ago

Refs #2 - Scheduling System web uygulaması ilk import. Spring 3 kullanılıyor.

File size: 784 bytes
Line 
1<%@page contentType="text/html" pageEncoding="UTF-8"%>
2<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3   "http://www.w3.org/TR/html4/loose.dtd">
4
5<html>
6    <head>
7        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8        <title>Welcome to Spring Web MVC project</title>
9    </head>
10   
11    <body>
12        <p>Hello! This is the default welcome page for a Spring Web MVC project.</p>
13        <p><i>To display a different welcome page for this project, modify</i>
14          <tt>index.jsp</tt> <i>, or create your own welcome page then change
15          the redirection in</i> <tt>redirect.jsp</tt> <i>to point to the new
16          welcome page and also update the welcome-file setting in</i>
17          <tt>web.xml</tt>.</p>
18    </body>
19</html>
Note: See TracBrowser for help on using the repository browser.