index.htm 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <HTML>
  2. <HEAD>
  3. <TITLE>Indy 10 FTP Client Demo Help</TITLE>
  4. </HEAD>
  5. <BODY>
  6. <center>
  7. <h1>Indy 10 FTP Client Demo Help</h1>
  8. <table border=1>
  9. <tr>
  10. <td bgColor=#cccccc>
  11. <center><b>Table of Contents</b></center>
  12. </td>
  13. </tr>
  14. <tr>
  15. <td>
  16. <table>
  17. <!-- Contents Entry Example -->
  18. <tr>
  19. <td>
  20. <a href="./HelpFiles/MyThoughts.htm">
  21. <li>A few thoughts related to Demo Applications
  22. </a>
  23. </td>
  24. </tr>
  25. <!-- End Contents Entry Example -->
  26. <tr>
  27. <td>
  28. <a href="./HelpFiles/GettingStartedUsing.htm">
  29. <li>Getting Started with the Application
  30. </a>
  31. </td>
  32. </tr>
  33. <tr>
  34. <td>
  35. <a href="./HelpFiles/GettingStartedCode.htm">
  36. <li>Getting Started with the Code
  37. </a>
  38. </td>
  39. </tr>
  40. <!-- End Table of Contents -->
  41. </table>
  42. </td>
  43. </tr>
  44. </table>
  45. </center>
  46. </BODY>
  47. </HTML>