Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sambitdas21 authored Mar 8, 2024
1 parent a8b1e8f commit 93c1209
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,31 +60,7 @@ <h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900"> Drow
src="https://th.bing.com/th/id/OIP.-Mqx6ttZdkSa4uJ5Kt0PCQHaGA?rs=1&pid=ImgDetMain">
</div>
</div>
</section>
<footer>
<small>&copy; 2024 Md Rayyan Sambit. All rights reserved.</small>
<button class="chatbot-toggler">
<span class="material-symbols-rounded">mode_comment</span>
<span class="material-symbols-outlined">close</span>
</button>
<div class="chatbot">
<header>
<h2>Chatbot</h2>
<span class="close-btn material-symbols-outlined">close</span>
</header>
<ul class="chatbox">
<li class="chat incoming">
<span class="material-symbols-outlined">smart_toy</span>
<p>Hi there 👋<br>How can I help you today?</p>
</li>
</ul>
<div class="chat-input">
<textarea placeholder="Enter a message..." spellcheck="false" required></textarea>
<span id="send-btn" class="material-symbols-rounded">send</span>
</div>
</div>

</footer>

</body>

</html>

0 comments on commit 93c1209

Please sign in to comment.