bind.html 521 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Boost.Bind</title>
  5. <meta charset="utf-8">
  6. <meta http-equiv="refresh" content="0; url=doc/html/bind.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/bind.html">doc/html/bind.html</a>
  22. </p>
  23. <p>
  24. &copy; 2001, 2002 Peter Dimov and Multi Media Ltd.<br>
  25. &copy; 2003-2008 Peter Dimov
  26. </p>
  27. </body>
  28. </html>