index.php 646 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="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
  8. <script src="js/handlebars.js"></script>
  9. <script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
  10. <script src="js/jquery.history.js"></script>
  11. <script src="js/index.js"></script>
  12. <link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.10.3/themes/black-tie/jquery-ui.css"/>
  13. <link href="css/jquery.mCustomScrollbar.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body></body>
  16. </html>