index.php 340 B

12345678910111213141516
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset=utf-8>
  5. <title>Bugs</title>
  6. <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
  7. <script src="js/jquery.history.js"></script>
  8. <script src="js/index.js"></script>
  9. </head>
  10. <body>
  11. <!-- TODO add containers for content -->
  12. <?php
  13. print_r($_GET);
  14. ?>
  15. </body>
  16. </html>