index.html 731 B

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <!--
  3. Copyright (c) 2016 Klemens D. Morgenstern
  4. klemens.morgenstern at gmx dot net
  5. Distributed under the Boost Software License,
  6. Version 1.0. (See accompanying file LICENSE_1_0.txt
  7. or copy at http://boost.org/LICENSE_1_0.txt)
  8. -->
  9. <html>
  10. <head>
  11. <meta charset="utf-8">
  12. <meta http-equiv="refresh" content="0; url=../../doc/html/process.html">
  13. <title>Boost.Process</title>
  14. <style>
  15. body {
  16. background: #fff;
  17. color: #000;
  18. }
  19. a {
  20. color: #00f;
  21. text-decoration: none;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <p>
  27. Automatic redirection failed, please go to
  28. <a href="../../doc/html/process.html">../../doc/html/process.html</a>
  29. </p>
  30. <p>
  31. &copy; 2016 Klemens D. Morgenstern
  32. </p>
  33. </body>
  34. </html>