contact.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <title>Contact</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <meta name="Author" content="Mike Pall">
  7. <meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
  8. <meta name="Language" content="en">
  9. <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
  10. <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
  11. </head>
  12. <body>
  13. <div id="site">
  14. <a href="http://luajit.org"><span>Lua<span id="logo">JIT</span></span></a>
  15. </div>
  16. <div id="head">
  17. <h1>Contact</h1>
  18. </div>
  19. <div id="nav">
  20. <ul><li>
  21. <a href="luajit.html">LuaJIT</a>
  22. <ul><li>
  23. <a href="install.html">Installation</a>
  24. </li><li>
  25. <a href="running.html">Running</a>
  26. </li><li>
  27. <a href="api.html">API Extensions</a>
  28. </li></ul>
  29. </li><li>
  30. <a href="status.html">Status</a>
  31. <ul><li>
  32. <a href="changes.html">Changes</a>
  33. </li></ul>
  34. </li><li>
  35. <a href="faq.html">FAQ</a>
  36. </li><li>
  37. <a href="http://luajit.org/performance.html">Performance <span class="ext">&raquo;</span></a>
  38. </li><li>
  39. <a href="http://luajit.org/download.html">Download <span class="ext">&raquo;</span></a>
  40. </li></ul>
  41. </div>
  42. <div id="main">
  43. <p>
  44. Please send general questions to the
  45. <a href="http://www.lua.org/lua-l.html"><span class="ext">&raquo;</span>&nbsp;Lua mailing list</a>.
  46. You can also send any questions you have directly to me:
  47. </p>
  48. <script type="text/javascript">
  49. <!--
  50. var xS="@-:\" .0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ<abc>defghijklmnopqrstuvwxyz";function xD(s)
  51. {var len=s.length;var r="";for(var i=0;i<len;i++)
  52. {var c=s.charAt(i);var n=xS.indexOf(c);if(n!=-1)c=xS.charAt(69-n);r+=c;}
  53. document.write("<"+"p>"+r+"<"+"/p>\n");}
  54. //-->
  55. </script>
  56. <script type="text/javascript">
  57. <!--
  58. xD("fyZKB8xv\"FJytmz8.KAB0u52D")
  59. //--></script>
  60. <noscript>
  61. <p><img src="img/contact.png" alt="Contact info in image" width="170" height="13">
  62. </p>
  63. </noscript>
  64. <h2>Copyright</h2>
  65. <p>
  66. All documentation is
  67. Copyright &copy; 2005-2010 Mike Pall.
  68. </p>
  69. <br class="flush">
  70. </div>
  71. <div id="foot">
  72. <hr class="hide">
  73. Copyright &copy; 2005-2010 Mike Pall
  74. <span class="noprint">
  75. &middot;
  76. <a href="contact.html">Contact</a>
  77. </span>
  78. </div>
  79. </body>
  80. </html>