Files
maven-plugins/examples/simple-webapp/src/webapp/index.html
jvanzyl 530c640d4f Initial revision
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
2003-01-24 03:44:26 +00:00

8 lines
127 B
HTML

<html>
<body>
<h1>Simple WebApp Home</h1>
<p>
This is a html page for Simple Web App
</p>
</body>
</html>