index.html 505 B

1234567891011121314151617
  1. <html>
  2. <head><title>Blitz Basic Homepage</title></head>
  3. <frameset rows="56,*" frameborder=0 framespacing=0 border=0>
  4. <frame src="title.html" name="title" scrolling="no" marginwidth=4 marginheight=0 noresize>
  5. <frameset cols="128,*" frameborder=0 framespacing=0 border=0>
  6. <frame src="navbar.html" name="navbar" scrolling="auto" marginwidth=4 marginheight=0 noresize>
  7. <frame src="lang_ref_intro.html" name="main" scrolling="auto" marginwidth=4 marginheight=0 noresize>
  8. </frameset>
  9. </frameset>
  10. </html>