installation.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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>Installation</h1>
  24. <p>This documentation will be up in a couple of days.</p>
  25. </section>
  26. </div>
  27. <!-- FOOTER -->
  28. <div id="footer_wrap" class="outer">
  29. <footer class="inner">
  30. <p class="copyright">php-phantomjs maintained by <a href="https://github.com/jonnnnyw">jonnnnyw</a></p>
  31. <p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
  32. </footer>
  33. </div>
  34. </body>
  35. </html>