demo.html 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <HTML>
  2. <HEAD>
  3. <TITLE>Blitz Basic demo</TITLE>
  4. </HEAD>
  5. <BODY bgcolor=#f0f0f0>
  6. <FONT face=tahoma size=2 color=#0040ff>
  7. <FONT color=#ff2020>
  8. <H3 align=center><B>Blitz Basic Demo</B></H3>
  9. </FONT><BR>
  10. <DIV>
  11. Hi! Welcome to the Blitz Basic demo.
  12. </DIV><BR>
  13. <DIV>
  14. With the Blitz Basic programming language, you can design awesome 2D games for the PC
  15. with the minimum of effort.
  16. </DIV><BR>
  17. <DIV>
  18. This demo will give you some idea of the power and flexibility of the Blitz Basic
  19. programming language.
  20. </DIV><BR>
  21. <DIV>Click here to see some examples of Blitz in action.</DIV><BR>
  22. <DIV>Click here to see a summary of Blitz Basic commands.</DIV><BR>
  23. <DIV>Have fun!</DIV><BR>
  24. <FONT size=1 color=#000000>
  25. <DIV>Blitz Basic is published by Guildhall Leisure Services.</DIV><BR>
  26. <DIV>For purchasing information, please contact
  27. <A HREF=mailto:[email protected]>George Bray</A>.</DIV><BR>
  28. <DIV>More information about Blitz is available at <A HREF=http://www.blitzbasic.com>
  29. The Blitz Basic homepage</A></DIV><BR>
  30. </FONT>
  31. </FONT>
  32. </BODY>
  33. </HTML>