<!DOCTYPE html> <html> <head> <title>Amber presentation</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="author" content="Nicolas Petton and others" /> <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-presentation" }); require(["amber-ide-starter-dialog"], function (dlg) { dlg.start(); }); amber.globals.Presentation._start(); }); </script> </body> </html>