12345678910111213141516171819 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Amber Smalltalk</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <meta name="author" content="Nicolas Petton" />
- <script type='text/javascript' src='../js/amber.js'></script>
- </head>
- <body>
- <script type='text/javascript'>
- loadAmber({
- files: ['AmberCli.js'],
- prefix: 'cli/js',
- ready: function() {smalltalk.Browser._open()}})
- </script>
- </body>
- </html>
|