troubleshooting.html 1.3 KB

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