Skip to content
Snippets Groups Projects
index.html 758 B
Newer Older
<html>
  <head>
    <title>Sample "Hello, World" Application</title>
  <link rel="stylesheet" type="text/css" href="style.css">
  <body bgcolor=red>

    <table border="0" cellpadding="10">
      <tr>
        <td>
          <img src="http://sites.psu.edu/siowfa15/wp-content/uploads/sites/29639/2015/10/cat.jpg">
        </td>
        <td>
          <h1>Sample "Hello, World" Application</h1>
        </td>
      </tr>
    </table>
    <h1>Hello world!</h1>

    <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>