PageRenderTime 46ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/docs/index.php

https://github.com/IAmCorbin/MooKit
PHP | 29 lines | 23 code | 2 blank | 4 comment | 0 complexity | a37da9e6bc9921520fe053b661939d10 MD5 | raw file
Possible License(s): GPL-3.0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. <link rel="stylesheet" type="text/css" href="style.css" />
  6. <title>MooKit Documentation</title>
  7. <style type="text/css">
  8. * { margin: 0; text-align: center; }
  9. body { background: #AA5; font-family: monospace; font-size: 15px; }
  10. #phpDoc, #jsDoc { font-size: 35px; font-weight: bold; }
  11. #phpDoc { float: left; width: 50%; height: 600px; }
  12. #jsDoc { float: left; width: 50%; height: 600px; }
  13. #jsDoc iframe { background: #FFF; }
  14. </style>
  15. </head>
  16. <body>
  17. Click <a href="MooKit.png" />HERE</a> to view a diagram of the system made with <a href="http://projects.gnome.org/dia/"><img src="dia.png" alt="dia drawing program" /></a> (Note: the diagram is very large, it may be easier to view if you download and view it with an image program)
  18. <div id="phpDoc">
  19. PHP Documentation
  20. <iframe src="phpDocs/index.html" width="100%" height="100%"> </iframe>
  21. </div>
  22. <div id="jsDoc">
  23. JavaScript Documentation
  24. <iframe src="jsDocs/index.html" width="100%" height="100%"> </iframe>
  25. </div>
  26. </body>
  27. </html>