UNPKG

n8n-nodes-agent-chat-interface

Version:

N8N custom node that serves a React chat interface as static content

15 lines (14 loc) 565 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/png" href="/__N8N_WEBHOOK_PLACEHOLDER__/ffs-agent-bot.png" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>AI Chat Interface Application</title> <script type="module" crossorigin src="/__N8N_WEBHOOK_PLACEHOLDER__/assets/index-U8eEhsTc.js"></script> <link rel="stylesheet" crossorigin href="/__N8N_WEBHOOK_PLACEHOLDER__/assets/index-hGJtAls3.css"> </head> <body> <div id="root"></div> </body> </html>