You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
353 B
24 lines
353 B
<html>
|
|
<head>
|
|
<title>Sample Application JSP Page</title>
|
|
</head>
|
|
<body bgcolor=white>
|
|
|
|
<table border="0">
|
|
<tr>
|
|
<td align=center>
|
|
<img src="images/tomcat.gif">
|
|
</td>
|
|
<td>
|
|
<h1>Sample Application JSP Page</h1>
|
|
This is the output of a JSP page that is part of the Hello, World
|
|
application.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<%= new String("Hello!") %>
|
|
|
|
</body>
|
|
</html>
|