<!doctype html> <html> <head> <title>Eris</title> <script src="../../../../enyo/1.0/framework/enyo.js" type="text/javascript"></script> </head> <body> <script type="text/javascript"> smalltalk.Eris._new()._ui().renderInto(document.body); </script> </body> </html>