documentation.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset='utf-8' />
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1" />
  6. <meta name="description" content="php-phantomjs : Execute PhantomJS commands through PHP" />
  7. <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
  8. <title>PHP PhantomJS // Documentation</title>
  9. </head>
  10. <body>
  11. <!-- HEADER -->
  12. <div id="header_wrap" class="outer">
  13. <header class="inner">
  14. <a id="forkme_banner" href="https://github.com/jonnnnyw/php-phantomjs">View on GitHub</a>
  15. <h1 id="project_title">PHP PhantomJS</h1>
  16. <h2 id="project_tagline">Execute PhantomJS commands through PHP</h2>
  17. </header>
  18. </div>
  19. <!-- MAIN CONTENT -->
  20. <div id="main_content_wrap" class="outer">
  21. <section id="main_content" class="inner">
  22. <h1>Documentation</h1>
  23. <p>Browse the PHP PhantomJS documentation.</p>
  24. <nav>
  25. <ul>
  26. <li><a href="http://jonnnnyw.github.io/php-phantomjs/installation.html">Installation</a></li>
  27. <li><a href="http://jonnnnyw.github.io/php-phantomjs/usage.html">Usage</a></li>
  28. <li><a href="http://jonnnnyw.github.io/php-phantomjs/advanced.html">Advanced</a></li>
  29. <li><a href="http://jonnnnyw.github.io/php-phantomjs/debugging.html">Debugging</a></li>
  30. <li><a href="http://jonnnnyw.github.io/php-phantomjs/troubleshooting.html">Troubleshooting</a></li>
  31. </ul>
  32. </nav>
  33. </section>
  34. </div>
  35. <!-- FOOTER -->
  36. <div id="footer_wrap" class="outer">
  37. <footer class="inner">
  38. <p class="copyright">php-phantomjs maintained by <a href="https://github.com/jonnnnyw">jonnnnyw</a></p>
  39. <p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
  40. </footer>
  41. </div>
  42. </body>
  43. </html>