<!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="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script> <script src="js/handlebars.js"></script> <script src="js/jquery.mCustomScrollbar.concat.min.js"></script> <script src="js/jquery.history.js"></script> <script src="js/index.js"></script> <link href="http://code.jquery.com/ui/1.10.3/themes/black-tie/jquery-ui.css" rel="stylesheet" type="text/css"/> <link href="css/jquery.mCustomScrollbar.css" rel="stylesheet" type="text/css"/> <link href="css/style.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="content"></div> </body> </html>