404.html 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>PHP PhantomJS</title>
  6. <meta name="author" content="Jonny W">
  7. <!-- Enable responsive viewport -->
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
  10. <!--[if lt IE 9]>
  11. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  12. <![endif]-->
  13. <!-- Le styles -->
  14. <link href="http://jonnnnyw.github.io/php-phantomjs/assets/resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  15. <link href="http://jonnnnyw.github.io/php-phantomjs/assets/resources/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  16. <link href="http://jonnnnyw.github.io/php-phantomjs/assets/resources/syntax/syntax.css" rel="stylesheet">
  17. <link href="http://jonnnnyw.github.io/php-phantomjs/assets/css/style.css" rel="stylesheet">
  18. <!-- Le fav and touch icons -->
  19. <!-- Update these with your own images
  20. <link rel="shortcut icon" href="images/favicon.ico">
  21. <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
  22. <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
  23. <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
  24. -->
  25. <link rel="alternate" type="application/rss+xml" title="" href="http://jonnnnyw.github.io/php-phantomjs/feed.xml">
  26. <script>
  27. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  28. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  29. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  30. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  31. ga('create', 'UA-53289013-1', 'auto');
  32. ga('send', 'pageview');
  33. </script>
  34. </head>
  35. <body>
  36. <nav class="navbar navbar-default visible-xs" role="navigation">
  37. <!-- Brand and toggle get grouped for better mobile display -->
  38. <div class="navbar-header">
  39. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
  40. <span class="sr-only">Toggle navigation</span>
  41. <span class="icon-bar"></span>
  42. <span class="icon-bar"></span>
  43. <span class="icon-bar"></span>
  44. </button>
  45. <!--
  46. -->
  47. <a class="navbar-brand" href="http://jonnnnyw.github.io/php-phantomjs/">
  48. <img src="http://jonnnnyw.github.io/php-phantomjs/assets/media/phantomjs-small.png" class="img-circle" />
  49. PHP PhantomJs
  50. </a>
  51. </div>
  52. <!-- Collect the nav links, forms, and other content for toggling -->
  53. <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  54. <ul class="nav navbar-nav">
  55. <li class="active"><a href="http://jonnnnyw.github.io/php-phantomjs/">Home</a></li>
  56. <li><a href="http://jonnnnyw.github.io/php-phantomjs/installation.html">Installation</a></li>
  57. <li><a href="http://jonnnnyw.github.io/php-phantomjs/usage.html">Usage</a></li>
  58. <li><a href="http://jonnnnyw.github.io/php-phantomjs/advanced.html">Advanced</a></li>
  59. <li><a href="http://jonnnnyw.github.io/php-phantomjs/debugging.html">Debugging</a></li>
  60. <li><a href="http://jonnnnyw.github.io/php-phantomjs/troubleshooting.html">Troubleshooting</a></li>
  61. </ul>
  62. </div><!-- /.navbar-collapse -->
  63. </nav>
  64. <!-- nav-menu-dropdown -->
  65. <div class="btn-group hidden-xs" id="nav-menu">
  66. <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
  67. <i class="fa fa-bars"></i>
  68. </button>
  69. <ul class="dropdown-menu" role="menu">
  70. <li><a href="http://jonnnnyw.github.io/php-phantomjs/"><i class="fa fa-home"></i>Home</a></li>
  71. <li><a href="http://jonnnnyw.github.io/php-phantomjs/installation.html"><i class="fa fa-folder"></i>Installation</a></li>
  72. <li><a href="http://jonnnnyw.github.io/php-phantomjs/usage.html"><i class="fa fa-folder"></i>Usage</a></li>
  73. <li><a href="http://jonnnnyw.github.io/php-phantomjs/advanced.html"><i class="fa fa-folder"></i>Advanced</a></li>
  74. <li><a href="http://jonnnnyw.github.io/php-phantomjs/debugging.html"><i class="fa fa-folder"></i>Debugging</a></li>
  75. <li><a href="http://jonnnnyw.github.io/php-phantomjs/troubleshooting.html"><i class="fa fa-folder"></i>Troubleshooting</a></li>
  76. <li class="divider"></li>
  77. <li><a href="#"><i class="fa fa-arrow-up"></i>Top of Page</a></li>
  78. </ul>
  79. </div>
  80. <div class="col-sm-3 sidebar hidden-xs">
  81. <! -- sidebar.html -->
  82. <header class="sidebar-header" role="banner">
  83. <a href="http://jonnnnyw.github.io/php-phantomjs/">
  84. <img src="http://jonnnnyw.github.io/php-phantomjs/assets/media/phantomjs.png" class="img-circle" />
  85. </a>
  86. <h3 class="title">
  87. <a href="http://jonnnnyw.github.io/php-phantomjs/">PHP PhantomJs</a>
  88. </h3>
  89. </header>
  90. <div id="bio" class="text-center">
  91. Run PhantomJS scripts through PHP
  92. </div>
  93. <div id="contact-list" class="text-center">
  94. <!--
  95. <ul class="list-unstyled list-inline">
  96. </ul>
  97. <ul id="contact-list-secondary" class="list-unstyled list-inline">
  98. <li>
  99. <a class="btn btn-default btn-sm" href="http://jonnnnyw.github.io/php-phantomjs/feed.xml">
  100. <i class="fa fa-rss fa-lg"></i>
  101. </a>
  102. </li>
  103. </ul>
  104. -->
  105. </div>
  106. <! -- sidebar.html end -->
  107. </div>
  108. <div class="col-sm-9 col-sm-offset-3">
  109. <!----------------------------------------------------------------
  110. _ _ _ _
  111. __| | |__ _ _| | | Ascii arts included in this page:
  112. / _` | '_ \| | | | | | - R2D2, provided by: http://www.chris.com/
  113. | (_| | |_) | |_| | | | - Texts, generated from: http://www.network-science.de/ascii/
  114. \__,_|_.__/ \__, |_|_| http://github.com/dbtek/dbyll
  115. -------------|___/------------------------------------------------>
  116. <style>
  117. pre {
  118. background: none;
  119. border: none;
  120. }
  121. </style>
  122. <pre>
  123. 444444444 000000000 444444444
  124. 4::::::::4 00:::::::::00 4::::::::4
  125. 4:::::::::4 00:::::::::::::00 4:::::::::4
  126. 4::::44::::4 0:::::::000:::::::0 4::::44::::4
  127. 4::::4 4::::4 0::::::0 0::::::0 4::::4 4::::4
  128. 4::::4 4::::4 0:::::0 0:::::0 4::::4 4::::4
  129. 4::::4 4::::4 0:::::0 0:::::0 4::::4 4::::4
  130. 4::::444444::::4440:::::0 000 0:::::04::::444444::::444
  131. 4::::::::::::::::40:::::0 000 0:::::04::::::::::::::::4
  132. 4444444444:::::4440:::::0 0:::::04444444444:::::444
  133. 4::::4 0:::::0 0:::::0 4::::4
  134. 4::::4 0::::::0 0::::::0 4::::4
  135. 4::::4 0:::::::000:::::::0 4::::4
  136. 44::::::44 00:::::::::::::00 44::::::44
  137. 4::::::::4 00:::::::::00 4::::::::4
  138. 4444444444 000000000 4444444444
  139. ,-----. _ _ _ _ _ _ _
  140. ,'_/_|_\_`. | |_| |__ (_)___ ___| |__ ___ _ _| | __| | _ __ ___ | |_
  141. /<<::8[O]::>\ | __| '_ \| / __| / __| '_ \ / _ \| | | | |/ _` | | '_ \ / _ \| __|
  142. _|-----------|_ | |_| | | | \__ \ \__ \ | | | (_) | |_| | | (_| | | | | | (_) | |_
  143. :::| | ====-=- | |::: \__|_| |_|_|___/ |___/_| |_|\___/ \__,_|_|\__,_| |_| |_|\___/ \__|
  144. :::| | -=-==== | |:::
  145. :::\ | ::::|()|| /::: _
  146. ::::| | ....|()|| |:::: | |__ __ _ _ __ _ __ ___ _ __ _____ _____ _ __
  147. | |_________| | | '_ \ / _` | '_ \| '_ \ / _ \ '_ \ / _ \ \ / / _ \ '__|
  148. | |\_______/| | | | | | (_| | |_) | |_) | __/ | | |_ | __/\ V / __/ |
  149. / \ / \ / \ |_| |_|\__,_| .__/| .__/ \___|_| |_( ) \___| \_/ \___|_|
  150. `---' `---' `---' |_| |_| |/
  151. </pre>
  152. <footer>
  153. <hr/>
  154. <p>
  155. &copy; 2014 PHP PhantomJs. Theme: Modified <a href="https://github.com/dbtek/dbyll">dbyll</a> by dbtek.
  156. </p>
  157. </footer>
  158. </div>
  159. <script type="text/javascript" src="http://jonnnnyw.github.io/php-phantomjs/assets/resources/jquery/jquery.min.js"></script>
  160. <script type="text/javascript" src="http://jonnnnyw.github.io/php-phantomjs/assets/resources/bootstrap/js/bootstrap.min.js"></script>
  161. <script type="text/javascript" src="http://jonnnnyw.github.io/php-phantomjs/assets/js/app.js"></script>
  162. </body>
  163. </html>