Embed on a web page

Hello! I was in the process of cooking up an example for you since I worked on making this easier for the 0.5.0 release. I came upon a pretty major bug that would prevent this from working and am working on a fix. I’ll let you know when it is ready. When it is, you’ll be able to use the following:

<object width="500" height="500" data="index.html"></object>
or
<iframe width="500" height="500" frameborder="0" src="index.html"></iframe>
or
<embed src="index.html" width="500" height="500"></embed>

with index.html being the html page generated by Iris.