index.html 383 B

1234567891011121314151617
  1. <html>
  2. <head>
  3. <title>JTalk - Presentation</title>
  4. <script src="../../js/amber.js" type="text/javascript"></script>
  5. </head>
  6. <body>
  7. <script type="text/javascript">
  8. loadAmber({
  9. files: ['Presentation.js', 'Presentation-IAE.js'],
  10. prefix: 'examples/presentation/js',
  11. ready: function() {smalltalk.Browser._openOn_(smalltalk.ESUG2011Presentation)}
  12. });
  13. </script>
  14. </body>
  15. </html>