github.com/cloudcredo/cloudrocker@v0.0.0-20160108110610-1320f8cc2dfd/sample-apps/java/index.html (about)

     1  <html>
     2  <head>
     3  <title>Sample "Hello, World" Application</title>
     4  </head>
     5  <body bgcolor=white>
     6  
     7  <table border="0">
     8  <tr>
     9  <td>
    10  <img src="images/tomcat.gif">
    11  </td>
    12  <td>
    13  <h1>Sample "Hello, World" Application</h1>
    14  <p>This is the home page for a sample application used to illustrate the
    15  source directory organization of a web application utilizing the principles
    16  outlined in the Application Developer's Guide.
    17  </td>
    18  </tr>
    19  </table>
    20  <p>CloudCredo for all your Cloud Foundry and BOSH consultancy needs!
    21  <p>To prove that they work, you can execute either of the following links:
    22  <ul>
    23  <li>To a <a href="hello.jsp">JSP page</a>.
    24  <li>To a <a href="hello">servlet</a>.
    25  </ul>
    26  
    27  </body>
    28  </html>