frameset.html 434 B

1234567891011121314151617
  1. <!--
  2. This file is part of the DITA Open Toolkit project.
  3. Copyright 2007 Shawn McKenzie
  4. See the accompanying LICENSE file for applicable license.
  5. -->
  6. <html>
  7. <head>
  8. <title>Documentation for TOCJS</title>
  9. <link rel="stylesheet" type="text/css" href="commonltr.css"/>
  10. </head>
  11. <frameset cols="30%,*">
  12. <frame name="tocwin" src="tocnav.html">
  13. <frame name="contentwin" src="concepts/about.html">
  14. </frameset>
  15. </html>