top.html 907 B

1234567891011121314151617181920212223242526272829303132
  1. <html>
  2. <head>
  3. <title>top.html</title>
  4. <link rel="stylesheet" type="text/css" href="styles.css">
  5. <style>
  6. td { height: 60px; width: 100%; text-align: center; vertical-align: middle;
  7. margin: 0px; padding: 0px; font-weight: bold; }
  8. </style>
  9. </head>
  10. <body style="margin: 0px; padding: 0px;">
  11. <table style="width: 100%;">
  12. <tr align="center">
  13. <td>
  14. The <a href="../../../index.htm" target="_parent"><font color="blue"><b>Boost</b></font></a>
  15. Library
  16. <br>
  17. <a href="index.html" target="_parent"><font color="green"><b>Preprocessor</b></font></a>
  18. Subset for <font color="red">C/C++</font>
  19. </td>
  20. </tr>
  21. </table>
  22. <!--
  23. © Copyright Housemarque Oy 2002
  24. © Copyright Paul Mensonides 2002
  25. Distributed under the Boost Software License, Version 1.0.
  26. (See accompanying file LICENSE_1_0.txt or copy at
  27. http://www.boost.org/LICENSE_1_0.txt)
  28. -->
  29. </body>
  30. </html>