Skip to content

Instantly share code, notes, and snippets.

@lubkoKuzenko
Last active June 29, 2018 07:52
Show Gist options
  • Save lubkoKuzenko/7868953 to your computer and use it in GitHub Desktop.
Save lubkoKuzenko/7868953 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Sample "Hello, World" Application</title>
</head>
<body bgcolor=white>
<table border="0" cellpadding="10">
<tr>
<td>
<img src="images/springsource.png">
</td>
<td>
<h1>Sample "Hello, World" Application</h1>
</td>
</tr>
</table>
<p>This is the home page for the HelloWorld Web application. </p>
<p>To prove that they work, you can execute either of the following links:
<ul>
<li>To a <a href="hello.jsp">JSP page</a>.
<li>To a <a href="hello">servlet</a>.
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment