<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <base href="../" />
    <link rel="stylesheet" type="text/css" href="css/toolbar.css" />
    <script type="text/javascript" src="js/jquery.min.js"></script>
    <script type="text/javascript" src="js/yaml_min.js"></script>
    <script type="text/javascript" src="js/inheritance.js"></script>
    <script type="text/javascript" src="js/prettify/prettify.js"></script>
    <script type="text/javascript" src="js/prettify/lang-sql.js"></script>
    <script type="text/javascript" src="js/toolbar.js"></script>
    <script type="text/javascript">
      $(function () {
          new DebugToolbar();
      });
    </script>
  </head>
  
  <body>
    <div id="toolbar" class="container">
    </div>
  </body>
</html>