| 1 | <HTML> |
| 2 | |
| 3 | <HEAD> |
| 4 | <TITLE>Welcome to wxWindows 2</TITLE> |
| 5 | |
| 6 | </HEAD> |
| 7 | |
| 8 | <BODY BGCOLOR="#FFFFFF" TEXT=#000000 LINK=#FF0000 VLINK=#000000> |
| 9 | |
| 10 | <font face="Arial, Lucida Sans, Helvetica"> |
| 11 | |
| 12 | <a name="top"></a> |
| 13 | |
| 14 | <table width=100% border=4 cellpadding=5 cellspacing=0> |
| 15 | <tr> |
| 16 | <td bgcolor="#660000"> |
| 17 | <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF"> |
| 18 | Welcome to wxWindows 2 |
| 19 | </font> |
| 20 | </td> |
| 21 | </tr> |
| 22 | </table> |
| 23 | |
| 24 | <P> |
| 25 | |
| 26 | Welcome to wxWindows 2, the premiere cross-platform GUI C++ framework.<P> |
| 27 | |
| 28 | Please click on <a href="html/index.htm">docs/html/index.htm</a> to view the main document index.<P> |
| 29 | |
| 30 | Have fun!<P> |
| 31 | |
| 32 | </font> |
| 33 | |
| 34 | </BODY> |
| 35 | |
| 36 | </HTML> |
| 37 | |