itworks.html 870 B

1234567891011121314151617181920212223
  1. <html>
  2. <head>
  3. <title>Civetweb: It Works!</title>
  4. </head>
  5. <body>
  6. <div style="float:right; width:100%; text-align:center;">
  7. </div>
  8. <div style="float:left; height:50%; margin-bottom:-200px;"></div>
  9. <div style="clear:both; height:400px; width:400px; margin: auto; position:relative;">
  10. <img src="civetweb_64x64.png" alt="logo"/>
  11. <p>
  12. <b style="font-size:larger"><a style="text-decoration:none" href="https://sourceforge.net/projects/civetweb/">Civetweb</a></b><br>
  13. <i>Your web server</i>
  14. <ul>
  15. <li><a href="https://github.com/civetweb/civetweb/blob/master/docs/UserManual.md">User Manual</a></li>
  16. <li><a href="https://github.com/civetweb/civetweb/blob/master/RELEASE_NOTES.md">Release Notes</a></li>
  17. <li><a href="https://sourceforge.net/projects/civetweb/">Downloads</a></li>
  18. <li><a href="https://github.com/civetweb/civetweb">GitHub</a></li>
  19. </ul>
  20. </p>
  21. </div>
  22. </body>
  23. </html>