topbar.html 661 B

12345678910111213141516171819202122
  1. <html>
  2. <head>
  3. <meta name="description" content="Blitz Basic Index">
  4. <title>Blitz Basic PC Index</title>
  5. <style type="text/css">
  6. <!--
  7. A:link {text-decoration: none;}
  8. A:visited {text-decoration: none;}
  9. -->
  10. </style>
  11. </head>
  12. <BODY BGCOLOR="#1f5e5e" TEXT="#FFFF00" LINK="#ffff00" VLINK="#ffff00">
  13. <font size="2" face="verdana">
  14. <center>
  15. <a href="main.html" target="main">Introduction</a> |
  16. <a href="basic.html" target="main">Blitz Tutorial</a> |
  17. <a href="gettingstarted.html" target="main">Getting Started</a> |
  18. <a href="examples.html" target ="main">Example Code</a> |
  19. <a href="game.html" target="main">Written a Game?</a> |
  20. </center>
  21. </body>
  22. </html>