| 12345678910111213141516171819202122 | 
							- <!DOCTYPE html>
 
- <html>
 
-   <head>
 
-     <title>Amber contrib: Web</title>
 
-     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
 
-     <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/web"
 
-           });
 
-           require(["amber-ide-starter-dialog"], function (dlg) { dlg.start(); });
 
-       });
 
-   </script>
 
-   </body>
 
- </html>
 
 
  |