UNPKG

ondemand-react-chat-bot

Version:

OnDemandChatBot is a React library that provides an easy-to-use AI-powered chatbot component for your application. Built on top of the OnDemand platform, it allows full customization and seamless AI integration.

15 lines (14 loc) 420 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="icon" type="image/png" href="/logo-darkened.svg" /> <title>Amal</title> </head> <body> <div id="root"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>