aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/examples/demo/ex_htmlWindow.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/examples/demo/ex_htmlWindow.html')
-rw-r--r--lib/wx/examples/demo/ex_htmlWindow.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/lib/wx/examples/demo/ex_htmlWindow.html b/lib/wx/examples/demo/ex_htmlWindow.html
new file mode 100644
index 0000000000..c22800606c
--- /dev/null
+++ b/lib/wx/examples/demo/ex_htmlWindow.html
@@ -0,0 +1,59 @@
+<html>
+ <a name="top" />
+ <h3>Erlang is the best.</h3>
+ <ul>
+ <li><font color="blue">Text1</font></li>
+ <li><font color="red">Text2</font></li>
+ </ul>
+ <p>You can insert whatever HTML you want... although wxHtmlWindow doesn't support css or scripts</p>
+ <br />
+ <img src="image.jpg" />
+ <table border="1">
+ <tr>
+ <td>This</td>
+ <td>is</td>
+ </tr>
+ <tr>
+ <td>a</td>
+ <td>table</td>
+ </tr>
+ </table>
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <br />
+ <a href="#top">Top</a><br />
+<center>
+<small>
+ Copyright &copy; 2009 Ericsson AB
+ </small>
+</center>
+</html> \ No newline at end of file