examples.html 1.6 KB

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