UNPKG

node-red-contrib-chatbot

Version:

REDBot a Chat bot for a full featured chat bot for Telegram, Facebook Messenger and Slack. Almost no coding skills required

17 lines 332 B
<!DOCTYPE html> <!-- Empty file for mission control --> <!-- <html> --> <html lang="en"> <head> <meta charset="utf-8"> <title>RedBot Mission Control</title> {{data}} </head> <body class="redbot-mission-control"> <div id="mission-control"></div> <script src="{{assets}}"></script> {{plugins}} </body> </html>