index.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4. <head>
  5. <title>Reference</title>
  6. <link rel="stylesheet" href="luadoc.css" type="text/css" />
  7. <!--meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/-->
  8. </head>
  9. <body>
  10. <div id="container">
  11. <div id="product">
  12. <div id="product_logo"></div>
  13. <div id="product_name"><big><b></b></big></div>
  14. <div id="product_description"></div>
  15. </div> <!-- id="product" -->
  16. <div id="main">
  17. <div id="navigation">
  18. <h1>LuaDoc</h1>
  19. <ul>
  20. <li><strong>Index</strong></li>
  21. </ul>
  22. <!-- Module list -->
  23. <!-- File list -->
  24. <h1>Files</h1>
  25. <ul>
  26. <li>
  27. <a href="files/test.html">test.lua</a>
  28. </li>
  29. </ul>
  30. </div> <!-- id="navigation" -->
  31. <div id="content">
  32. <h2>Files</h2>
  33. <table class="file_list">
  34. <!--<tr><td colspan="2">Files</td></tr>-->
  35. <tr>
  36. <td class="name"><a href="files/test.html">test.lua</a></td>
  37. <td class="summary"></td>
  38. </tr>
  39. </table>
  40. </div> <!-- id="content" -->
  41. </div> <!-- id="main" -->
  42. <div id="about">
  43. <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
  44. </div> <!-- id="about" -->
  45. </div> <!-- id="container" -->
  46. </body>
  47. </html>