19 lines
366 B
HTML
19 lines
366 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Blitz Docs</title>
|
|
</head>
|
|
|
|
<frameset cols="200,*">
|
|
<frame name="contents" target="main" scrolling="auto" src="command_list.htm">
|
|
<frame name="main" src="main.htm" scrolling="auto" target="_self">
|
|
<noframes>
|
|
<body>
|
|
|
|
<p>This page uses frames, but your browser doesn't support them.</p>
|
|
|
|
</body>
|
|
</noframes>
|
|
</frameset>
|
|
|
|
</html> |