react-gemini-ai-bot
Version:
This project provides a React component for integrating a chatbot powered by Gemini AI.
20 lines (19 loc) • 603 B
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/chatbotIcon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="Chatbot"
content="Contains Gemini Chatbot"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/chatbotIcon.svg" />
<title>React Gemini AI Chatbot</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>