index.html 463 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Boost.WinAPI</title>
  5. <meta charset="utf-8">
  6. <meta http-equiv="refresh" content="0; url=doc/html/index.html">
  7. <style>
  8. body {
  9. background: #fff;
  10. color: #000;
  11. }
  12. a {
  13. color: #00f;
  14. text-decoration: none;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <p>
  20. Automatic redirection failed, please go to
  21. <a href="doc/html/index.html">doc/html/index.html</a>
  22. </p>
  23. <p>
  24. &copy; 2016 Andrey Semashev
  25. </p>
  26. </body>
  27. </html>