index.htm 366 B

12345678910111213141516171819
  1. <html>
  2. <head>
  3. <title>Blitz Docs</title>
  4. </head>
  5. <frameset cols="200,*">
  6. <frame name="contents" target="main" scrolling="auto" src="command_list.htm">
  7. <frame name="main" src="main.htm" scrolling="auto" target="_self">
  8. <noframes>
  9. <body>
  10. <p>This page uses frames, but your browser doesn&#39;t support them.</p>
  11. </body>
  12. </noframes>
  13. </frameset>
  14. </html>