debugging.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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</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. <section id="downloads">
  18. <a class="zip_download_link" href="https://github.com/jonnnnyw/php-phantomjs/zipball/master">Download this project as a .zip file</a>
  19. <a class="tar_download_link" href="https://github.com/jonnnnyw/php-phantomjs/tarball/master">Download this project as a tar.gz file</a>
  20. </section>
  21. </header>
  22. </div>
  23. <!-- MAIN CONTENT -->
  24. <div id="main_content_wrap" class="outer">
  25. <section id="main_content" class="inner">
  26. <h1>
  27. <a name="introduction" class="anchor" href="#introduction"><span class="octicon octicon-link"></span></a>Debugging</h1>
  28. <p>This documentation will be up in a couple of days.</p>
  29. <p>In the meantime, checkout the <a href="https://github.com/jonnnnyw/php-phantomjs/tree/master/examples" alt="PHP PhantomJS exmaples">examples</a> in the GitHub repo.</p>
  30. </section>
  31. </div>
  32. <!-- FOOTER -->
  33. <div id="footer_wrap" class="outer">
  34. <footer class="inner">
  35. <p class="copyright">php-phantomjs maintained by <a href="https://github.com/jonnnnyw">jonnnnyw</a></p>
  36. <p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
  37. </footer>
  38. </div>
  39. </body>
  40. </html>