index.html 411 B

123456789101112131415
  1. <html>
  2. <head>
  3. <title>Amber Examples</title>
  4. </head>
  5. <body>
  6. <ul>
  7. <!--
  8. <li><a href="./googlecharts/index.html">Google Charts Example</a></li>
  9. -->
  10. <li><a href="./presentation/index.html">Amber Presentations</a></li>
  11. <li><a href="./processing/index.html">Amber Example using Processing.js</a></li>
  12. <li><a href="./trysmalltalk/index.html">Prof Stef Tutorial</a></li>
  13. </ul>
  14. </body>
  15. </html>