cloud-red
Version:
Harnessing Serverless for your cloud integration needs
15 lines (14 loc) • 510 B
HTML
<html>
<head>
<link href="../../vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link rel="stylesheet" href="../../red/style.min.css">
<link rel="stylesheet" href="../../vendor/font-awesome/css/font-awesome.min.css">
<title>Node-RED Debug Tools</title>
</head>
<body class="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>