UNPKG

1ff-chat-ui

Version:

chatbot to communicate with taught ai

27 lines (24 loc) 709 B
<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Test chat-ui</title> <style> html, body { width: 100%; height: 100vh; position: relative; margin: 0; padding: 0; font-family: 'Roboto', sans-serif; } </style> </head> <!-- this is test dom tree where we can set example styles with variables and se fonts also the js is automatically injected --> <body> <!-- this container is needed for the app --> <div id="chatbot-container"></div> </body> </html>