]> matita.cs.unibo.it Git - helm.git/blob - helm/gtkmathview-bonobo/test/testembedding.html
* added test .html file for mozilla plugin
[helm.git] / helm / gtkmathview-bonobo / test / testembedding.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 </head>
5 <body>
6
7 <div align="center">
8 <br><br><br>
9 Embedded Document using the &lt;object&gt; HTML tag
10 <hr>
11 <object data="test.mml" width="400" height="400" type="application/mathml+xml">
12 No viewer capable of displaying the test document installed.
13 </object>
14 <hr>
15
16 </div>
17
18 </body>
19 </html>