source: Subversion Test Project/trunck/maven-test-project/src/main/webapp/index.jsp @ 1

Last change on this file since 1 was 1, checked in by anonymous, 12 years ago

Import project to repository

File size: 533 bytes
RevLine 
[1]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>JSP Page</title>
9    </head>
10    <body>
11        <h1>Hello World!</h1>
12        <div>
13            <p>This is a Maven example project!<br>
14                Please create projects in the same way.
15            </p>
16        </div>
17    </body>
18</html>
Note: See TracBrowser for help on using the repository browser.