<html>
<head>
    <link rel="stylesheet" href="../../red/style.min.css">
    <link rel="stylesheet" href="../../vendor/font-awesome/css/font-awesome.min.css">
    <!-- INSERT-THEME-CSS -->
    <title>Node-RED Debug Tools</title>
</head>
<body class="red-ui-editor red-ui-debug-window">
</body>
<script src="../../vendor/vendor.js"></script>
<script src="../../red/red.min.js"></script>
<script src="debug-utils.js"></script>
<script src="debug.js"></script>
</html>
