index.html 599 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Welcome to cpp-httplib!</title>
  5. <style>
  6. html { color-scheme: light dark; }
  7. body { width: 35em; margin: 0 auto;
  8. font-family: Tahoma, Verdana, Arial, sans-serif; }
  9. </style>
  10. </head>
  11. <body>
  12. <h1>Welcome to cpp-httplib!</h1>
  13. <p>If you see this page, the cpp-httplib web server is successfully installed and
  14. working. Further configuration is required.</p>
  15. <p>For online documentation and support please refer to
  16. <a href="https://github.com/yhirose/cpp-httplib">github.com/yhirose/cpp-httplib</a>.<br/>
  17. <p><em>Thank you for using cpp-httplib.</em></p>
  18. </body>
  19. </html>