| 1234567891011121314151617 |
- <html>
- <head><title>Blitz Basic Homepage</title></head>
- <frameset rows="56,*" frameborder=0 framespacing=0 border=0>
- <frame src="title.html" name="title" scrolling="no" marginwidth=4 marginheight=0 noresize>
- <frameset cols="128,*" frameborder=0 framespacing=0 border=0>
- <frame src="navbar.html" name="navbar" scrolling="auto" marginwidth=4 marginheight=0 noresize>
- <frame src="lang_ref_intro.html" name="main" scrolling="auto" marginwidth=4 marginheight=0 noresize>
- </frameset>
- </frameset>
- </html>
|