index.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <html>
  2. <style>
  3. body{
  4. color: #ffffff;
  5. font: 10pt verdana;
  6. background: #006060;
  7. margin: 32px;
  8. }
  9. h1{
  10. color: #00ff44;
  11. font: bold 10pt verdana;
  12. }
  13. a{
  14. color: #ffff00;
  15. text-decoration: none;
  16. }
  17. a:hover{
  18. color: #00ff44;
  19. text-decoration: underline;
  20. }
  21. ul{
  22. color: #ffffff;
  23. list-style-type: disc;
  24. margin: 16px;
  25. }
  26. </style>
  27. <body>
  28. <img src=b3dlogo.jpg align=right>
  29. <H1>Welcome To Blitz3D!</h1>
  30. To return to this page at any time, just click the 'home' icon in the toolbar.<br>
  31. <br>
  32. <br>
  33. <ul>
  34. <li><a href=../samples>Samples</a> - a collection of 3D samples to whet your appetite!<br>
  35. <br>
  36. <li><a href=../tutorials/gcuk_tuts/startup.html>3D Tutorials</a> - if you're already confident using Blitz Basic, check out these detailed tutorials.<br>
  37. <br>
  38. <li><a href=../tutorials/basic_tuts/index.html>Basic Tutorials</a> - completely new to programming? These tutorials are just the place to start.<br>
  39. <br>
  40. <li><a href=commands/index.htm>Command Reference</a> - for the low down on the Blitz3D command set.<br>
  41. <br>
  42. <li><a href=language/index.html>Language Reference</a> - describes the Blitz programming language in detail.<br>
  43. <br>
  44. <li><a href=../media/geometricks_models/*.3ds>Geometricks Models</a> - a collection of 3D models kindly donated by Geometricks.<br>
  45. <br>
  46. <li><a href=../games>Games</a> - a few small games written in Blitz3D<br>
  47. <br>
  48. <li><a href=credits.html>Credits</a> - who did what...</a><br>
  49. <br>
  50. </ul>
  51. <br>
  52. If you experience any problems running Blitz3D, please contact <a href=mailto:[email protected]>[email protected]</a>.<br>
  53. <br>
  54. Come and visit us at <a href=http://www.blitzbasic.com target=_blank>www.blitzbasic.com</a>, for news, updates and a nice time in general!<br>
  55. <br>
  56. </body></html>