diff options
Diffstat (limited to 'doc/contact.html')
-rw-r--r-- | doc/contact.html | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/doc/contact.html b/doc/contact.html new file mode 100644 index 00000000..36d5a825 --- /dev/null +++ b/doc/contact.html | |||
@@ -0,0 +1,84 @@ | |||
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-2009, 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">»</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">»</span> Lua mailing list</a>. | ||
44 | You can also send any questions you have directly to me: | ||
45 | </p> | ||
46 | |||
47 | <script type="text/javascript"> | ||
48 | <!-- | ||
49 | var xS="@-: .0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZa<b>cdefghijklmnopqrstuvwxyz" | ||
50 | 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) | ||
53 | c=xS.charAt(66-n);r+=c;} | ||
54 | document.write("<"+"p>"+r+"<"+"/p>\n");} | ||
55 | //--> | ||
56 | </script> | ||
57 | <script type="text/javascript"> | ||
58 | <!-- | ||
59 | xD("ewYKA7vu-EIwslx7 K9A.t41C") | ||
60 | //--></script> | ||
61 | <noscript> | ||
62 | <p><img src="img/contact.png" alt="Contact info in image" width="170" height="13"> | ||
63 | </p> | ||
64 | </noscript> | ||
65 | |||
66 | <h2>Copyright</h2> | ||
67 | <p> | ||
68 | All documentation is | ||
69 | Copyright © 2005-2009 Mike Pall. | ||
70 | </p> | ||
71 | |||
72 | |||
73 | <br class="flush"> | ||
74 | </div> | ||
75 | <div id="foot"> | ||
76 | <hr class="hide"> | ||
77 | Copyright © 2005-2009 Mike Pall | ||
78 | <span class="noprint"> | ||
79 | · | ||
80 | <a href="contact.html">Contact</a> | ||
81 | </span> | ||
82 | </div> | ||
83 | </body> | ||
84 | </html> | ||