index.html 484 B

1234567891011121314151617
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>The gproc application</title>
  5. </head>
  6. <frameset cols="20%,80%">
  7. <frame src="modules-frame.html" name="modulesFrame" title="">
  8. <frame src="overview-summary.html" name="overviewFrame" title="">
  9. <noframes>
  10. <h2>This page uses frames</h2>
  11. <p>Your browser does not accept frames.
  12. <br>You should go to the <a href="overview-summary.html">non-frame version</a> instead.
  13. </p>
  14. </noframes>
  15. </frameset>
  16. </html>