smartchat-demo/static/index.html
2024-10-22 13:56:31 +06:00

28 lines
1.2 KiB
HTML

<!doctype html>
<html>
<head>
<title>PlanPost AI Chat Assistant</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body
class="min-h-screen bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 flex items-center justify-center"
>
<h1 class="text-3xl font-bold text-white font-mono">
PlanPost AI Chat Assistant
</h1>
<script
data-embed-id="0c32754b-38a5-48c2-8712-a355c5ff9bdb"
data-brand-image-url="https://planpostai.com/_next/image?url=%2FbrandLogo.png&w=48&q=75"
data-greeting="Greetings from PlanPost AI. How can I help you?"
data-sponsor-link="https://planpostai.com"
data-support-email="shahin@planpostai.com"
data-sponsor-text="A product of PlanPost AI"
data-assistant-name="PlanPost AI"
data-assistant-icon="https://planpostai.com/_next/image?url=%2FbrandLogo.png&w=48&q=75"
data-base-api-url="http://anythingllm-u40w4gww48cow48kck0go04c.13.56.182.98.sslip.io/api/embed"
src="http://anythingllm-u40w4gww48cow48kck0go04c.13.56.182.98.sslip.io/embed/anythingllm-chat-widget.min.js"
></script>
</body>
</html>