contact.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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/download.html">Download <span class="ext">&raquo;</span></a>
  38. </li></ul>
  39. </div>
  40. <div id="main">
  41. <p>
  42. Please send general questions to the
  43. <a href="http://www.lua.org/lua-l.html"><span class="ext">&raquo;</span>&nbsp;Lua mailing list</a>.
  44. You can also send any questions you have directly to me:
  45. </p>
  46. <script type="text/javascript">
  47. <!--
  48. var xS="@-:\" .0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ<abc>defghijklmnopqrstuvwxyz";function xD(s)
  49. {var len=s.length;var r="";for(var i=0;i<len;i++)
  50. {var c=s.charAt(i);var n=xS.indexOf(c);if(n!=-1)c=xS.charAt(69-n);r+=c;}
  51. document.write("<"+"p>"+r+"<"+"/p>\n");}
  52. //-->
  53. </script>
  54. <script type="text/javascript">
  55. <!--
  56. xD("fyZKB8xv\"FJytmz8.KAB0u52D")
  57. //--></script>
  58. <noscript>
  59. <p><img src="img/contact.png" alt="Contact info in image" width="170" height="13">
  60. </p>
  61. </noscript>
  62. <h2>Copyright</h2>
  63. <p>
  64. All documentation is
  65. Copyright &copy; 2005-2010 Mike Pall.
  66. </p>
  67. <br class="flush">
  68. </div>
  69. <div id="foot">
  70. <hr class="hide">
  71. Copyright &copy; 2005-2010 Mike Pall
  72. <span class="noprint">
  73. &middot;
  74. <a href="contact.html">Contact</a>
  75. </span>
  76. </div>
  77. </body>
  78. </html>