installation.html 610 B

123456789101112131415161718
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <!-- Copyright (C) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
  5. Distributed under the Boost Software License, Version 1.0.
  6. (See accompanying file LICENSE_1_0.txt or copy at
  7. http://www.boost.org/LICENSE_1_0.txt) -->
  8. <title>Redirect to new location</title>
  9. <meta http-equiv="refresh" content="0; URL=../bbv2.html#bbv2.installation">
  10. </head>
  11. <body>
  12. Automatic redirection failed, please go to
  13. <a href="../bbv2.html#bbv2.installation">../bbv2.html#bbv2.installation</a>
  14. </body>
  15. </html>
粤ICP备19079148号