index.html 664 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="refresh" content="0; URL=doc/index.html" />
  6. <title></title>
  7. </head>
  8. <body>
  9. Automatic redirection failed, please go to <a href=
  10. "doc/index.html">doc/index.html</a>
  11. <hr />
  12. <p>Copyright Rene Rivera, 2007</p>
  13. <p>Distributed under the Boost Software License, Version 1.0. (See
  14. accompanying file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  15. copy at <a href=
  16. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
  17. </body>
  18. </html>
粤ICP备19079148号