2
0

index.html 352 B

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