index.php 784 B

1234567891011121314151617181920
  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/jquery.cookie.js"></script>
  12. <script src="js/index.js"></script>
  13. <link href="http://code.jquery.com/ui/1.10.3/themes/black-tie/jquery-ui.css" rel="stylesheet" type="text/css"/>
  14. <link href="css/jquery.mCustomScrollbar.css" rel="stylesheet" type="text/css"/>
  15. <link href="css/style.css" rel="stylesheet" type="text/css"/>
  16. </head>
  17. <body>
  18. <div id="content"></div>
  19. </body>
  20. </html>