<!DOCTYPE html> <html> <head> <title>TrySmalltalk</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="author" content="hhzl" /> <script type='text/javascript' src='the.js'></script> </head> <body> <script type='text/javascript'> require(['app'], function (amber) { amber.initialize({ //used for all new packages in IDE 'transport.defaultAmdNamespace': "amber-trysmalltalk" }); require(["amber-ide-starter-dialog"], function (dlg) { dlg.start(); }); amber.globals.TrySmalltalkWidget._open(); // Trysmalltalk._start(); }); </script> </body> </html>