Skip to content

Commit fdfb7df

Browse files
Update index.html
1 parent 097f685 commit fdfb7df

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,19 @@ <h1>Hariprashad Ravikumar</h1>
157157

158158
</main>
159159

160+
<!-- Floating Chat Button -->
161+
<div id="chat-launcher" onclick="toggleChatbox()">💬 Chat with HariBot</div>
162+
163+
<!-- Chat iframe box (hidden by default) -->
164+
<div id="chatbox">
165+
<div id="chatbox-header">
166+
<span>HariBot 🤖</span>
167+
<button onclick="toggleChatbox()"></button>
168+
</div>
169+
<iframe src="https://hari-chatbot.onrender.com"
170+
width="100%" height="100%" frameborder="0"
171+
title="HariBot Assistant"></iframe>
172+
</div>
160173

161174
<footer>
162175
<p>&copy; 2025 Hariprashad Ravikumar. All rights reserved.</p>

0 commit comments

Comments
 (0)