fay-0.24.2.0: examples/codeworld.html
<html> <head> <script type="text/javascript" src="codeworld.js"></script> <script type="text/javascript" src="CodeWorldMain.js"></script> </head> <body> <canvas id="canvas" style="border: solid black 1px" width="500" height="500"></canvas> </body> </html>