index.htm 429 B

1234567891011
  1. <HTML>
  2. <HEAD>
  3. <TITLE>Welcome to the Indy HTTP Server Demo Application</TITLE>
  4. </HEAD>
  5. <BODY>
  6. <H1>Welcome to the Indy HTTP Server Demo Application</H1>
  7. This is a basic web server. It servers only HTML pages. If you are interested in SSL then
  8. check out the SSL Demo Server at: [IndyDemos]/HTTP/SSL Server/<br><br>
  9. You should also read: [IndyDemos]/HTTP/SSL Server/Bin/SSL Setup.txt
  10. </BODY>
  11. </HTML>