- <!doctype html>
- <html>
- <head>
- <meta charset=utf-8>
- <title>Bugs</title>
- <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
- <script src="js/jquery.history.js"></script>
- <script src="js/index.js"></script>
- </head>
- <body>
- <!-- TODO add containers for content -->
- <?php
- print_r($_GET);
- ?>
- </body>
- </html>
|