1234567891011121314151617 |
- <html>
- <head>
- <title>JTalk - Presentation</title>
- <script src="../vendor/amber/js/amber.js" type="text/javascript"></script>
- </head>
- <body>
- <script type="text/javascript">
- loadAmber({
- files: ['Presentation'],
- packageHome: './'
- //ready: function() {smalltalk.Browser._openOn_(smalltalk.FOSDEM2012Presentation)}
- });
- </script>
- </body>
- </html>
|