index.html 267 B

123456789101112
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Eris</title>
  5. <script src="../../../../enyo/1.0/framework/enyo.js" type="text/javascript"></script>
  6. </head>
  7. <body>
  8. <script type="text/javascript">
  9. smalltalk.Eris._new()._ui().renderInto(document.body);
  10. </script>
  11. </body>
  12. </html>