Welcome.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <title>
  5. Bind a Dll to LuaEdit (Tutorial) - Welcome
  6. </title>
  7. </head>
  8. <body bgcolor="#FFFFFF" vlink="silver" alink="navy" link="navy">
  9. <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
  10. <tr>
  11. <td valign="bottom">
  12. <div align="left">
  13. <b><font face="Tahoma" size="3" color="navy">Welcome</font></b>
  14. </div>
  15. </td>
  16. <td>
  17. <font face="Tahoma" size="1" color="silver">
  18. <div align="right" valign="top">
  19. <a href="http://www.lua.org">Lua homepage</a>
  20. </div>
  21. </font>
  22. </td>
  23. </tr>
  24. <tr valign="top">
  25. <td colspan="2" align="center">
  26. <hr size="1" color="#000000">
  27. <font face="Tahoma" size="5" color="navy">
  28. <br>
  29. <br>
  30. <u>Bind a Dll to LuaEdit (Tutorial)</u>
  31. <br>
  32. <font face="Tahoma" size="1" color="navy">
  33. <a href="mailto:[email protected]?subject=About Bind a Dll to LuaEdit (Tutorial)...">Written by Jean-Francois Goulet</a>
  34. <br>
  35. <br>
  36. <br>
  37. <br>
  38. <br>
  39. <font face="Tahoma" size="2">
  40. <a href=".\English\Intro_En.html">Welcome (english)</a>
  41. <br>
  42. <br>
  43. <a href=".\Francais\Intro_Fr.html">Bienvenue (français)</a>
  44. <br>
  45. <br>
  46. <br>
  47. <br>
  48. <br>
  49. <br>
  50. <br>
  51. <br>
  52. <br>
  53. </font>
  54. </td>
  55. </tr>
  56. <tr>
  57. <td colspan="2">
  58. <font face="Tahoma" size="1" color="silver">
  59. <hr size="1" color="#000000">
  60. <div align="right">
  61. <a href="http://www.luaedit.org">www.luaedit.org</a>
  62. <br>
  63. © Copyright 2004-2005 LuaEdit
  64. <br>
  65. Bind a Dll to LuaEdit (Tutorial)
  66. </div>
  67. </font>
  68. </td>
  69. </tr>
  70. </table>
  71. </body>
  72. </html>