22 lines
661 B
HTML
22 lines
661 B
HTML
<html>
|
|
<head>
|
|
<meta name="description" content="Blitz Basic Index">
|
|
<title>Blitz Basic PC Index</title>
|
|
<style type="text/css">
|
|
<!--
|
|
A:link {text-decoration: none;}
|
|
A:visited {text-decoration: none;}
|
|
-->
|
|
</style>
|
|
</head>
|
|
<BODY BGCOLOR="#1f5e5e" TEXT="#FFFF00" LINK="#ffff00" VLINK="#ffff00">
|
|
<font size="2" face="verdana">
|
|
<center>
|
|
<a href="main.html" target="main">Introduction</a> |
|
|
<a href="basic.html" target="main">Blitz Tutorial</a> |
|
|
<a href="gettingstarted.html" target="main">Getting Started</a> |
|
|
<a href="examples.html" target ="main">Example Code</a> |
|
|
<a href="game.html" target="main">Written a Game?</a> |
|
|
</center>
|
|
</body>
|
|
</html> |