index.htm 769 B

12345678910111213141516171819202122232425
  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=index.html" />
  6. <title></title>
  7. <link rel="stylesheet" href="doc/src/boostbook.css" type="text/css" />
  8. </head>
  9. <body>
  10. Automatic redirection failed, please go to <a href=
  11. "index.html">index.html</a>.
  12. <div class="copyright-footer">
  13. <p>Copyright 2008 Rene Rivera</p>
  14. <p>Distributed under the Boost Software License, Version 1.0. (See
  15. accompanying file <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
  16. at <a href=
  17. "http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
  18. </div>
  19. </body>
  20. </html>
粤ICP备19079148号